mirror of
https://github.com/Telecominfraproject/wlan-cloud-owls.git
synced 2026-01-27 02:22:44 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenWifi {
|
||||
void SimulationCoordinator::run() {
|
||||
Running_ = true;
|
||||
while (Running_) {
|
||||
Poco::Thread::trySleep(2000);
|
||||
Poco::Thread::trySleep(10000);
|
||||
if (!Running_)
|
||||
break;
|
||||
|
||||
@@ -74,8 +74,6 @@ namespace OpenWifi {
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user