Skip to content

Commit c17449d

Browse files
committed
tls_wrap: bump kClearOutChunkSize to 16kb
1 parent 78cd453 commit c17449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tls_wrap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TLSCallbacks : public crypto::SSLWrap<TLSCallbacks>,
6666
int DoShutdown(ShutdownWrap* req_wrap, uv_shutdown_cb cb);
6767

6868
protected:
69-
static const int kClearOutChunkSize = 1024;
69+
static const int kClearOutChunkSize = 16384; // 16kb
7070

7171
// Maximum number of buffers passed to uv_write()
7272
static const int kSimultaneousBufferCount = 10;

0 commit comments

Comments
 (0)