14 lines
278 B
TOML
14 lines
278 B
TOML
|
|
#############################################
|
|
# JMAP server rate limiter configuration
|
|
#############################################
|
|
|
|
[jmap.rate-limit]
|
|
account = "1000/1m"
|
|
authentication = "10/1m"
|
|
anonymous = "100/1m"
|
|
use-forwarded = false
|
|
|
|
[jmap.rate-limit.cache]
|
|
size = 1024
|