mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-23 07:23:21 +08:00
Better handling of concurrent UID map sync requests (#17)
This commit is contained in:
parent
a372865e56
commit
e58b2242e3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl IMAP {
|
|||
rate_requests: config.property_or_static("imap.rate-limit.requests", "2000/1m")?,
|
||||
rate_concurrent: config.property("imap.rate-limit.concurrent")?.unwrap_or(4),
|
||||
allow_plain_auth: config.property_or_static("imap.auth.allow-plain-text", "false")?,
|
||||
enable_uidplus: config.property_or_static("imap.auth.protocol.uidplus", "true")?,
|
||||
enable_uidplus: config.property_or_static("imap.protocol.uidplus", "true")?,
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue