diff options
author | dwight <dwight@dwights-MacBook-Pro.local> | 2011-07-13 04:19:08 -0400 |
---|---|---|
committer | dwight <dwight@dwights-MacBook-Pro.local> | 2011-07-13 04:19:08 -0400 |
commit | 90492cab19180f3c8c45552d2b8101840c2859c9 (patch) | |
tree | 0410d0a470a13b59d3e316a455c45b6241465709 /jstests/repl | |
parent | a0f61e484d5bf90eab7367860c0ec3a28a7f874c (diff) | |
download | mongo-90492cab19180f3c8c45552d2b8101840c2859c9.tar.gz |
fix repl2.js, explicit oplog size
Diffstat (limited to 'jstests/repl')
-rw-r--r-- | jstests/repl/repl2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/repl/repl2.js b/jstests/repl/repl2.js index 42b0caf7bef..f30de7f300e 100644 --- a/jstests/repl/repl2.js +++ b/jstests/repl/repl2.js @@ -13,7 +13,7 @@ doTest = function( signal ) { var rt = new ReplTest( "repl2tests" ); // implicit small oplog makes slave get out of sync - m = rt.start( true ); + m = rt.start( true, { oplogSize : "1" } ); s = rt.start( false ); am = m.getDB("foo").a |