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