1
0
Fork 0

some additional checking of vector bounds and assertions

This commit is contained in:
Kaveh Vahedipour 2016-06-28 11:01:50 +02:00
parent 4c41193796
commit 363556bbf6
1 changed files with 1 additions and 1 deletions

View File

@ -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);