mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-26 08:53:03 +08:00
21 lines
347 B
TOML
21 lines
347 B
TOML
#############################################
|
|
# JMAP Push & EventSource configuration
|
|
#############################################
|
|
|
|
[jmap.push]
|
|
max-total = 100
|
|
throttle = "1ms"
|
|
|
|
[jmap.push.attempts]
|
|
interval = "1m"
|
|
max = 3
|
|
|
|
[jmap.push.retry]
|
|
interval = "1s"
|
|
|
|
[jmap.push.timeout]
|
|
request = "10s"
|
|
verify = "1s"
|
|
|
|
[jmap.event-source]
|
|
throttle = "1s"
|