Merge pull request #1418 from jtgrassie/buffer-size
increase stratum send buffer size
This commit is contained in:
commit
06c70a7cd9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ private:
|
|||
|
||||
static inline Client *getClient(void *data) { return m_storage.get(data); }
|
||||
|
||||
char m_sendBuf[2048] = { 0 };
|
||||
char m_sendBuf[4096] = { 0 };
|
||||
const char *m_agent;
|
||||
Dns *m_dns;
|
||||
RecvBuf<kInputBufferSize> m_recvBuf;
|
||||
|
|
Loading…
Reference in a new issue