Reduce number of avatar sender threads to 1, as there is an issue with the load balancing.

This commit is contained in:
lotodore
2007-11-16 00:59:51 +00:00
parent cdd21250de
commit 09d8156089
+1 -1
View File
@@ -39,7 +39,7 @@
#define SERVER_SAVE_STATISTICS_INTERVAL_SEC 60
#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_STR_TOTAL_PLAYERS "TotalNumPlayersLoggedIn"