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:
Brendon Daugherty 2024-06-05 11:25:36 -07:00 committed by Altuğ Bakan
parent f25d052983
commit 4a95f6cf57

View file

@ -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,