increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value

This commit is contained in:
Riccardo Spagni 2014-09-15 12:46:04 +02:00
parent 2c0a87f2ac
commit 32004a756c

View file

@ -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
{