Fixed crash in the server which was caused by not waiting long enough for the termination of threads.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user