diff --git a/Limelight/Network/DiscoveryManager.m b/Limelight/Network/DiscoveryManager.m index 8f6f3ba..9e93bea 100644 --- a/Limelight/Network/DiscoveryManager.m +++ b/Limelight/Network/DiscoveryManager.m @@ -142,7 +142,7 @@ [self discoverHost:host]; } [_callback updateAllHosts:_discoveredHosts]; - [NSThread sleepForTimeInterval:3.0f]; + [NSThread sleepForTimeInterval:2.0f]; } }