Merge branch 'stable' of https://github.com/pokerth/pokerth into stable

This commit is contained in:
q4z1
2020-07-21 16:05:56 +02:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
#include <ctime>
#include <string>
#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