1
0
Fork 0

use adjusted write options on commit

This commit is contained in:
jsteemann 2017-04-24 09:39:35 +02:00
parent 31c9e04ae6
commit a32c2e84d4
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Result RocksDBTransactionState::commitTransaction(
// set wait for sync flag if required
if (waitForSync()) {
_rocksWriteOptions.sync = true;
_rocksTransaction->SetWriteOptions(_rocksWriteOptions);
}
// TODO wait for response on github issue to see how we can use the