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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/shell_utils.cpp b/shell/shell_utils.cpp
index 5260015..b6a67e2 100644
--- a/shell/shell_utils.cpp
+++ b/shell/shell_utils.cpp
@@ -706,8 +706,8 @@ namespace mongo {
kill_wrapper( pid, signal, port );
int i = 0;
- for( ; i < 65; ++i ) {
- if ( i == 5 ) {
+ for( ; i < 130; ++i ) {
+ if ( i == 30 ) {
char now[64];
time_t_to_String(time(0), now);
now[ 20 ] = 0;