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 <list>
#include <core/boost/timers.hpp>
#define LOBBY_THREAD_TERMINATE_TIMEOUT 200
#define LOBBY_THREAD_TERMINATE_TIMEOUT 20000
class SenderThread;