We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
min-block-duration
1 parent eaa3ca3 commit a24f2b0Copy full SHA for a24f2b0
polybase/src/config.rs
@@ -77,7 +77,7 @@ pub struct Config {
77
#[arg(long, env = "SNAPSHOT_CHUNK_SIZE", default_value = "4194304")]
78
pub snapshot_chunk_size: usize,
79
80
- /// 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
81
#[arg(long, env = "MIN_BLOCK_DURATION", default_value = "500")]
82
pub min_block_duration: u64,
83
0 commit comments