Change default bufSize: 1024
This commit is contained in:
parent
c1255a429c
commit
8072feb5ca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var
|
||||||
|
|
||||||
promptText = '> ',
|
promptText = '> ',
|
||||||
encoding = 'utf8',
|
encoding = 'utf8',
|
||||||
bufSize = 256,
|
bufSize = 1024,
|
||||||
useShell = true, print, tempdir, salt = 0;
|
useShell = true, print, tempdir, salt = 0;
|
||||||
|
|
||||||
function _readlineSync(display, options) {
|
function _readlineSync(display, options) {
|
||||||
|
|
Loading…
Reference in a new issue