summaryrefslogtreecommitdiff
path: root/.config/example.yml
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2020-01-20 14:14:09 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-01-20 14:14:09 +0900
commit84178ba38abe8aae7f1f4c9247306aea0ce44295 (patch)
tree0e01648b03d5360ab8f388aa44c289e9efc03e5a /.config/example.yml
parentAP Actorの鍵とkeyIdのフォーマットの変更 (#5733) (diff)
downloadmisskey-84178ba38abe8aae7f1f4c9247306aea0ce44295.tar.gz
misskey-84178ba38abe8aae7f1f4c9247306aea0ce44295.tar.bz2
misskey-84178ba38abe8aae7f1f4c9247306aea0ce44295.zip
APの流量制限とリトライ期間の変更 (#5734)
* AP rate limit * AP Job attempts * fix
Diffstat (limited to '.config/example.yml')
-rw-r--r--.config/example.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml
index 7afa56fbe4..cd08f76d61 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -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