mirror of https://gitee.com/bigwinds/arangodb
flushWait
This commit is contained in:
parent
bbe8d5bb1f
commit
517f20b9a2
|
@ -622,7 +622,7 @@ int InitialSyncer::handleCollectionDump (string const& cid,
|
|||
}
|
||||
else {
|
||||
// only flush WAL once
|
||||
appendix = "&flush=true&flushWait=1";
|
||||
appendix = "&flush=true&flushWait=2";
|
||||
_hasFlushed = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue