summaryrefslogtreecommitdiff
path: root/shell/shell_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_utils.cpp')
-rw-r--r--shell/shell_utils.cpp2
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;