doc(config): Update default to reflect value in new
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.
This commit is contained in:
parent
f25d052983
commit
4a95f6cf57
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue