Skip to content

Commit a24f2b0

Browse files
authored
Fixed incorrect help description for min-block-duration. (#193)
1 parent eaa3ca3 commit a24f2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polybase/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub struct Config {
7777
#[arg(long, env = "SNAPSHOT_CHUNK_SIZE", default_value = "4194304")]
7878
pub snapshot_chunk_size: usize,
7979

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

0 commit comments

Comments
 (0)