Skip to content

Commit 6d03e7e

Browse files
committed
https://telecominfraproject.atlassian.net/browse/WIFI-12954
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
1 parent 5ee9c9e commit 6d03e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VenueCoordinator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace OpenWifi {
6060
Utils::SetThreadName("venue-coord");
6161
Running_ = true;
6262
while (Running_) {
63-
Poco::Thread::trySleep(20000);
63+
Poco::Thread::trySleep(60000);
6464
if (!Running_)
6565
break;
6666

0 commit comments

Comments
 (0)