We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832a6c5 commit fa0fa6cCopy full SHA for fa0fa6c
src/storage/state_backend/rocksdb/store.rs
@@ -41,7 +41,7 @@ impl RocksDBStateStore {
41
42
let mut write_opts = WriteOptions::default();
43
write_opts.set_sync(false);
44
- write_opts.disable_wal(false);
+ write_opts.disable_wal(true);
45
46
Ok(Box::new(Self {
47
db,
0 commit comments