diff options
| author | woxtu <woxtup@gmail.com> | 2024-01-28 15:08:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 15:08:45 +0900 |
| commit | cdac3988b546f7cf457767f30ef9e24a591ae9d7 (patch) | |
| tree | 4c0889d06b7e1ef7ead450a7985735a49d5b4782 /.config | |
| parent | enhance(frontend): リモートのユーザーはメニューから直接リ... (diff) | |
| download | misskey-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.yml | 6 |
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 |