bottleneck handling

This commit is contained in:
q4z1
2020-03-22 09:59:45 +01:00
parent 20793e24a1
commit 9b36c9863c
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
#include <gsasl.h>
#include <ctime>
#define SERVER_MAX_NUM_LOBBY_SESSIONS 512 // Maximum number of idle users in lobby.
#define SERVER_MAX_NUM_LOBBY_SESSIONS 1536 // Maximum number of idle users in lobby.
#define SERVER_MAX_NUM_TOTAL_SESSIONS 2000 // Total maximum of sessions, fitting a 2048 handle limit
#define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60