Skip to content

Commit

Permalink
tls_wrap: bump kClearOutChunkSize to 16kb
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Dec 10, 2013
1 parent 78cd453 commit c17449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c17449d

Please sign in to comment.