mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
set discovery interval to 2 seconds
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
[self discoverHost:host];
|
||||
}
|
||||
[_callback updateAllHosts:_discoveredHosts];
|
||||
[NSThread sleepForTimeInterval:3.0f];
|
||||
[NSThread sleepForTimeInterval:2.0f];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user