as backwards compatibility, even though it's not used
This commit is contained in:
parent
7c386d0413
commit
9e83696437
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ pub struct Config {
|
|||
#[serde(default = "default_consistency_mode")]
|
||||
pub consistency_mode: String,
|
||||
|
||||
/// Legacy option
|
||||
pub replication_mode: Option<String>,
|
||||
|
||||
/// Zstd compression level used on data blocks
|
||||
#[serde(
|
||||
deserialize_with = "deserialize_compression",
|
||||
|
|
Loading…
Reference in a new issue