diff --git a/crates/storage/store_db/rocksdb.rs b/crates/storage/store_db/rocksdb.rs index ef33d23e0a9..a82745651dd 100644 --- a/crates/storage/store_db/rocksdb.rs +++ b/crates/storage/store_db/rocksdb.rs @@ -153,7 +153,6 @@ impl Store { db_options.set_wal_recovery_mode(rocksdb::DBRecoveryMode::PointInTime); db_options.set_max_total_wal_size(2 * 1024 * 1024 * 1024); // 2GB - db_options.set_wal_ttl_seconds(3600); db_options.set_wal_bytes_per_sync(32 * 1024 * 1024); // 32MB db_options.set_bytes_per_sync(32 * 1024 * 1024); // 32MB db_options.set_use_fsync(false); // fdatasync