fix: default config options
This commit is contained in:
parent
6924dfc8ea
commit
ea1e4625d1
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ pub struct Config {
|
|||
max_request_size: u32,
|
||||
#[serde(default = "default_max_concurrent_requests")]
|
||||
max_concurrent_requests: u16,
|
||||
#[serde(default)]
|
||||
#[serde(default = "true_fn")]
|
||||
allow_registration: bool,
|
||||
#[serde(default = "true_fn")]
|
||||
allow_encryption: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue