mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Device scanner delay accidentally set to 5s
.. when it should just be 1s to avoid being a cpu hog.
This commit is contained in:
@@ -154,7 +154,7 @@ DeviceScanner::run()
|
||||
#ifdef WIN32
|
||||
Sleep(1000);
|
||||
#else
|
||||
sleep(5);
|
||||
sleep(1);
|
||||
#endif
|
||||
result = quickScan(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user