summaryrefslogtreecommitdiff
path: root/lib/tls.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls.js')
-rw-r--r--lib/tls.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tls.js b/lib/tls.js
index 6f0f21e762..c6568fc7ed 100644
--- a/lib/tls.js
+++ b/lib/tls.js
@@ -45,8 +45,6 @@ const _tls_wrap = require('_tls_wrap');
exports.CLIENT_RENEG_LIMIT = 3;
exports.CLIENT_RENEG_WINDOW = 600;
-exports.SLAB_BUFFER_SIZE = 10 * 1024 * 1024;
-
exports.DEFAULT_CIPHERS =
process.binding('constants').crypto.defaultCipherList;