Skip to content

Commit

Permalink
no override for mutable variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gun9niR committed Mar 19, 2023
1 parent 279bb11 commit e0f755f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ pub struct OverrideConfigOpts {
#[override_opts(path = system.barrier_interval_ms)]
barrier_interval_ms: Option<u32>,

/// There will be a checkpoint for every n barriers
#[clap(long, env = "RW_CHECKPOINT_FREQUENCY")]
#[override_opts(path = system.checkpoint_frequency)]
checkpoint_frequency: Option<u64>,

/// Target size of the Sstable.
#[clap(long, env = "RW_SSTABLE_SIZE_MB")]
#[override_opts(path = system.sstable_size_mb)]
Expand Down

0 comments on commit e0f755f

Please sign in to comment.