diff options
Diffstat (limited to 'shell/shell_utils.cpp')
-rw-r--r-- | shell/shell_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_utils.cpp b/shell/shell_utils.cpp index e968d73..5260015 100644 --- a/shell/shell_utils.cpp +++ b/shell/shell_utils.cpp @@ -439,7 +439,7 @@ namespace mongo { try { // This assumes there aren't any 0's in the mongo program output. // Hope that's ok. - const unsigned bufSize = 8192; + const unsigned bufSize = 64000; char buf[ bufSize ]; char temp[ bufSize ]; char *start = buf; |