We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e0dc0 + c5d1fcf commit 84ad503Copy full SHA for 84ad503
bin/generate-defs.js
@@ -124,7 +124,7 @@ println('var encodeTable = codec.encodeTable;');
124
println('var decodeFields = codec.decodeFields;');
125
nl();
126
127
-println('var SCRATCH = Buffer.alloc(16384);');
+println('var SCRATCH = Buffer.alloc(65536);');
128
println('var EMPTY_OBJECT = Object.freeze({});');
129
130
println('module.exports.constants = %s',
0 commit comments