mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Trade slightly higher rumble latency for lower cpu usage
This commit is contained in:
@@ -763,7 +763,7 @@ void controlBroadcastThread(control_server_t *server) {
|
||||
break;
|
||||
}
|
||||
|
||||
server->iterate(500ms);
|
||||
server->iterate(150ms);
|
||||
}
|
||||
|
||||
// Let all remaining connections know the server is shutting down
|
||||
|
||||
Reference in New Issue
Block a user