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
@@ -27,7 +27,7 @@
#include <deque>
#define GAME_THREAD_TERMINATE_TIMEOUT 200
#define GAME_THREAD_TERMINATE_TIMEOUT 4000
class SenderThread;