Skip to content

Commit

Permalink
fix CLI arg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 15, 2024
1 parent 1daf32d commit c6002be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakwater/src/cli_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct CliArgs {
pub fps: u32,

/// The size in bytes of the network buffer used for each open TCP connection.
/// Please use at least 256 KB (256_000 bytes).
/// Please use at least 64 KB (64_000 bytes).
#[clap(long, default_value = DEFAULT_NETWORK_BUFFER_SIZE_STR, value_parser = 64_000..100_000_000)]
pub network_buffer_size: i64,

Expand Down

0 comments on commit c6002be

Please sign in to comment.