mirror of https://gitee.com/bigwinds/arangodb
some additional checking of vector bounds and assertions
This commit is contained in:
parent
4c41193796
commit
363556bbf6
|
@ -156,7 +156,7 @@ void Constituent::term(term_t t) {
|
|||
}
|
||||
|
||||
OperationOptions options;
|
||||
options.waitForSync = waitForSync();
|
||||
options.waitForSync = false;
|
||||
options.silent = true;
|
||||
|
||||
OperationResult result = trx.insert("election", body.slice(), options);
|
||||
|
|
Loading…
Reference in New Issue