APの流量制限とリトライ期間の変更 (#5734)

* AP rate limit

* AP Job attempts

* fix
This commit is contained in:
MeiMei 2020-01-20 14:14:09 +09:00 committed by syuilo
parent 46aaf8fa9a
commit 84178ba38a
3 changed files with 22 additions and 6 deletions

View file

@ -125,6 +125,14 @@ autoAdmin: true
# deliverJobConcurrency: 128
# inboxJobConcurrency: 16
# Job rate limiter
# deliverJobPerSec: 128
# inboxJobPerSec: 16
# Job attempts
# deliverJobMaxAttempts: 12
# inboxJobMaxAttempts: 8
# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4