Merge branch 'stable' of https://github.com/pokerth/pokerth into stable
This commit is contained in:
+4
-3
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user