Use XMRIG_FEATURE_TLS instead of XMRIG_NO_TLS
This commit is contained in:
parent
5db458efd4
commit
034720e888
8 changed files with 19 additions and 31 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
|
||||
constexpr static int kResponseTimeout = 20 * 1000;
|
||||
|
||||
# ifndef XMRIG_NO_TLS
|
||||
# ifdef XMRIG_FEATURE_TLS
|
||||
constexpr static int kInputBufferSize = 1024 * 16;
|
||||
# else
|
||||
constexpr static int kInputBufferSize = 1024 * 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue