Skip to content

Commit

Permalink
Add default for batch size arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cswinter committed Mar 16, 2024
1 parent 33b84db commit 8df626b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/repl/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ struct Opt {
addrs: String,

/// Maximum length of temporary buffer used in streaming stages during query execution
#[structopt(long, default_value = "1024")]
batch_size: usize,
}

Expand Down

0 comments on commit 8df626b

Please sign in to comment.