diff options
Diffstat (limited to 's/d_migrate.cpp')
-rw-r--r-- | s/d_migrate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_migrate.cpp b/s/d_migrate.cpp index afd65e864d8..84d70c57675 100644 --- a/s/d_migrate.cpp +++ b/s/d_migrate.cpp @@ -124,7 +124,7 @@ namespace mongo { break; cleanup.initial = left; - if ( ++loops % 20 == 0 ){ + if ( ( loops++ % 200 ) == 0 ){ log() << " (looping " << loops << ") waiting to cleanup " << cleanup.ns << " from " << cleanup.min << " -> " << cleanup.max << " # cursors:" << cleanup.initial.size() << endl; stringstream ss; |