Skip to content

Commit

Permalink
Fixed incorrect help description for min-block-duration. (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyjose authored Aug 29, 2023
1 parent eaa3ca3 commit a24f2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polybase/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct Config {
#[arg(long, env = "SNAPSHOT_CHUNK_SIZE", default_value = "4194304")]
pub snapshot_chunk_size: usize,

/// Size of the chunks of data sent during snapshot load
/// Minimum duration of time (in ms), since the last commit, before attempting a new proposal
#[arg(long, env = "MIN_BLOCK_DURATION", default_value = "500")]
pub min_block_duration: u64,

Expand Down

0 comments on commit a24f2b0

Please sign in to comment.