Reduce number of avatar sender threads to 1, as there is an issue with the load balancing.
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
#define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60
|
#define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60
|
||||||
#define SERVER_INIT_SESSION_TIMEOUT_SEC 20
|
#define SERVER_INIT_SESSION_TIMEOUT_SEC 20
|
||||||
|
|
||||||
#define SERVER_NUM_AVATAR_SENDER_THREADS 5
|
#define SERVER_NUM_AVATAR_SENDER_THREADS 1
|
||||||
|
|
||||||
#define SERVER_STATISTICS_FILE_NAME "server_statistics.log"
|
#define SERVER_STATISTICS_FILE_NAME "server_statistics.log"
|
||||||
#define SERVER_STATISTICS_STR_TOTAL_PLAYERS "TotalNumPlayersLoggedIn"
|
#define SERVER_STATISTICS_STR_TOTAL_PLAYERS "TotalNumPlayersLoggedIn"
|
||||||
|
|||||||
Reference in New Issue
Block a user