force commit every 100MB

This commit is contained in:
Mathias Stearn
2010-12-16 17:15:50 -05:00
parent 7740e42328
commit a076624f2e
3 changed files with 17 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ namespace mongo {
_hasWritten = false;
_wi.clear();
_ab.reset();
_bytes = 0;
}
}
}