Better handling of concurrent UID map sync requests (#17)

This commit is contained in:
mdecimus
2023-07-24 20:05:33 +02:00
parent 9725aa75f2
commit a372865e56
12 changed files with 116 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ certificate = "default"
[global.tracing]
method = "stdout"
level = "trace"
level = "info"
[session.ehlo]
reject-non-fqdn = false
@@ -196,5 +196,5 @@ refresh-token-renew = "2s"
allow-plain-text = true
[imap.rate-limit]
rate = "10000/1s"
requests = "90000/1s"
concurrent = 9000