fix: Remove ability to set rocksdb as read only

This commit is contained in:
Terry
2026-02-18 22:39:02 +00:00
committed by Ellis Git
parent e01aa44b16
commit 23d77b614f
5 changed files with 3 additions and 22 deletions
-3
View File
@@ -1244,9 +1244,6 @@ pub struct Config {
#[serde(default)]
pub rocksdb_repair: bool,
#[serde(default)]
pub rocksdb_read_only: bool,
#[serde(default)]
pub rocksdb_secondary: bool,