mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 06:32:59 +00:00
set discovery interval to 2 seconds
This commit is contained in:
parent
e8c8f4f8e9
commit
3eee684961
@ -142,7 +142,7 @@
|
|||||||
[self discoverHost:host];
|
[self discoverHost:host];
|
||||||
}
|
}
|
||||||
[_callback updateAllHosts:_discoveredHosts];
|
[_callback updateAllHosts:_discoveredHosts];
|
||||||
[NSThread sleepForTimeInterval:3.0f];
|
[NSThread sleepForTimeInterval:2.0f];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user