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
+4 -3
View File
@@ -8,14 +8,15 @@ Makefile.pokerth_protocol
Makefile.pokerth_server Makefile.pokerth_server
Makefile.pokerth_dbofficial Makefile.pokerth_dbofficial
bin/ bin/
chatcleaner /chatcleaner
lib/ lib/
mocs/ mocs/
obj/ obj/
pokerth /pokerth
qrc_pokerth.cpp qrc_pokerth.cpp
uics/ uics/
make.sh make.sh
gitpush_serverstuff_stable gitpush_serverstuff_stable
pokerth_server
.vscode/ .vscode/
.project
.classpath
+1 -1
View File
@@ -65,7 +65,7 @@
#include <ctime> #include <ctime>
#include <string> #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_MAX_NUM_TOTAL_SESSIONS 2000 // Total maximum of sessions, fitting a 2048 handle limit
#define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60 #define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60