Reduce CPU usage

This commit is contained in:
David Rosca
2021-09-03 14:03:59 +02:00
parent a1a4ce1af8
commit 2ff9a129c0
2 changed files with 3 additions and 1 deletions

View File

@@ -763,7 +763,7 @@ void controlBroadcastThread(control_server_t *server) {
break;
}
server->iterate(50ms);
server->iterate(500ms);
}
// Let all remaining connections know the server is shutting down