Use larger thread termination timeouts.

This commit is contained in:
lotodore
2007-10-29 18:49:28 +00:00
parent 1f649da5c2
commit 3953210ad9
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <deque>
#include <boost/shared_ptr.hpp>
#define SENDER_THREAD_TERMINATE_TIMEOUT 2000
#define SENDER_THREAD_TERMINATE_TIMEOUT 10000
#define SEND_TIMEOUT_MSEC 10
#define SEND_QUEUE_SIZE 1000
#define SEND_LOW_PRIO_QUEUE_SIZE 50000