Fixed crash in the server which was caused by not waiting long enough for the termination of threads.

This commit is contained in:
lotodore
2007-10-29 11:57:17 +00:00
parent 0a42827290
commit 219a922c9e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include <sstream>
#define NET_CLIENT_TERMINATE_TIMEOUT_MSEC 1000
#define NET_SERVER_TERMINATE_TIMEOUT_MSEC 2000
#define NET_SERVER_TERMINATE_TIMEOUT_MSEC 10000
#define NET_IRC_TERMINATE_TIMEOUT_MSEC 2000
#define NET_DEFAULT_GAME "default"