summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorwoxtu <woxtup@gmail.com>2024-01-28 15:08:45 +0900
committerGitHub <noreply@github.com>2024-01-28 15:08:45 +0900
commitcdac3988b546f7cf457767f30ef9e24a591ae9d7 (patch)
tree4c0889d06b7e1ef7ead450a7985735a49d5b4782 /.config
parentenhance(frontend): リモートのユーザーはメニューから直接リ... (diff)
downloadmisskey-cdac3988b546f7cf457767f30ef9e24a591ae9d7.tar.gz
misskey-cdac3988b546f7cf457767f30ef9e24a591ae9d7.tar.bz2
misskey-cdac3988b546f7cf457767f30ef9e24a591ae9d7.zip
fix(backend): Fix typos in job configurations (#13086)
* Fix typos * Update CHANGELOG
Diffstat (limited to '.config')
-rw-r--r--.config/example.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/example.yml b/.config/example.yml
index df423c2c83..3c9c3bc0d7 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -160,14 +160,14 @@ id: 'aidx'
# Job concurrency per worker
#deliverJobConcurrency: 128
#inboxJobConcurrency: 16
-#relashionshipJobConcurrency: 16
-# What's relashionshipJob?:
+#relationshipJobConcurrency: 16
+# What's relationshipJob?:
# Follow, unfollow, block and unblock(ings) while following-imports, etc. or account migrations.
# Job rate limiter
#deliverJobPerSec: 128
#inboxJobPerSec: 32
-#relashionshipJobPerSec: 64
+#relationshipJobPerSec: 64
# Job attempts
#deliverJobMaxAttempts: 12