set discovery interval to 2 seconds

This commit is contained in:
Diego Waxemberg 2015-01-01 22:32:43 -05:00
parent e8c8f4f8e9
commit 3eee684961

View File

@ -142,7 +142,7 @@
[self discoverHost:host]; [self discoverHost:host];
} }
[_callback updateAllHosts:_discoveredHosts]; [_callback updateAllHosts:_discoveredHosts];
[NSThread sleepForTimeInterval:3.0f]; [NSThread sleepForTimeInterval:2.0f];
} }
} }