mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value
This commit is contained in:
parent
700b72c709
commit
fdae09754e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
#include "syncobj.h"
|
#include "syncobj.h"
|
||||||
|
|
||||||
|
|
||||||
#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 100
|
#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 1000
|
||||||
|
|
||||||
namespace epee
|
namespace epee
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue