Skip to content

Commit

Permalink
doc(config): Update default to reflect value in new
Browse files Browse the repository at this point in the history
I noticed that the default value in the comment didn't reflect the value
actually used in the new method. Let's update the comment.
  • Loading branch information
BKDaugherty authored and altugbakan committed Jun 6, 2024
1 parent f25d052 commit 4a95f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct Config {
pub single_port: bool,
/// Refuse all write requests, making the server read-only. (default: false)
pub read_only: bool,
/// Duplicate all packets sent from the server. (default: 1)
/// Duplicate all packets sent from the server. (default: 0)
pub duplicate_packets: u8,
/// Overwrite existing files. (default: false)
pub overwrite: bool,
Expand Down

0 comments on commit 4a95f6c

Please sign in to comment.