Skip to content

Commit

Permalink
Fix the problem of data loss after restart when femas admin uses rock…
Browse files Browse the repository at this point in the history
…sdb to store data.fix #134
  • Loading branch information
cstongwei authored and zilongTong committed May 20, 2022
1 parent f34c525 commit 381ed04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class RocksDbConfig {
private boolean asyncSnapshot = false;
private boolean sync = false;

private boolean disableWAL = true;
private boolean disableWAL = false;
private String dbPath;

public static RocksDbConfig.RocksDbConfigBuilder builder() {
Expand Down

0 comments on commit 381ed04

Please sign in to comment.