We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cebe7ad + bdd83b2 commit 98298d6Copy full SHA for 98298d6
1 file changed
src/main.cpp
@@ -367,7 +367,7 @@ int StartServer(const ServerConfig &config) {
367
raw_bytes_read, udp_packets_read, udp_bytes_read);
368
raw_packets_read = raw_bytes_read = udp_packets_read = udp_bytes_read = 0;
369
state_mutex.unlock();
370
- sleep(1);
+ sleep(10);
371
}
372
373
};
@@ -483,7 +483,7 @@ int StartClient(const ClientConfig &config) {
483
484
485
486
487
488
489
0 commit comments