aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-09-15 12:46:04 +0200
committerRiccardo Spagni <ric@spagni.net>2014-09-15 15:49:26 +0200
commit32004a756c605b322d07d6f9917c8edaf6ca8961 (patch)
tree481bc135228578ff7fc947d3310b704e0e467285
parentadditional README info on static builds and FreeBSD (diff)
downloadmonero-32004a756c605b322d07d6f9917c8edaf6ca8961.tar.xz
increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value
-rw-r--r--contrib/epee/include/net/abstract_tcp_server2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/abstract_tcp_server2.h b/contrib/epee/include/net/abstract_tcp_server2.h
index b8e291c32..6c613c5d5 100644
--- a/contrib/epee/include/net/abstract_tcp_server2.h
+++ b/contrib/epee/include/net/abstract_tcp_server2.h
@@ -48,7 +48,7 @@
#include "syncobj.h"
-#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 100
+#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 1000
namespace epee
{