mirror of https://github.com/nodejs/node.git
tls_wrap: bump kClearOutChunkSize to 16kb
parent
78cd4533d9
commit
c17449df16
|
@ -66,7 +66,7 @@ class TLSCallbacks : public crypto::SSLWrap<TLSCallbacks>,
|
|||
int DoShutdown(ShutdownWrap* req_wrap, uv_shutdown_cb cb);
|
||||
|
||||
protected:
|
||||
static const int kClearOutChunkSize = 1024;
|
||||
static const int kClearOutChunkSize = 16384; // 16kb
|
||||
|
||||
// Maximum number of buffers passed to uv_write()
|
||||
static const int kSimultaneousBufferCount = 10;
|
||||
|
|
Loading…
Reference in New Issue