Replaced sleep
This commit is contained in:
@@ -149,7 +149,7 @@ namespace WiFiOptimizer {
|
|||||||
gp.flush();
|
gp.flush();
|
||||||
pts.clear();
|
pts.clear();
|
||||||
lines.clear();
|
lines.clear();
|
||||||
sleep(1);
|
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 5) run the optimizer
|
// 5) run the optimizer
|
||||||
|
|||||||
Reference in New Issue
Block a user