Updated imap defaults
This commit is contained in:
@@ -14956,7 +14956,7 @@ impl Default for Imap {
|
||||
Self {
|
||||
allow_plain_text_auth: false,
|
||||
max_auth_failures: 3u64,
|
||||
max_concurrent: Some(6u64),
|
||||
max_concurrent: Some(16u64),
|
||||
max_request_rate: Some(Rate {
|
||||
count: 2000u64,
|
||||
period: Duration::from_millis(60000),
|
||||
|
||||
Reference in New Issue
Block a user