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