1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-15 01:05:42 +02:00

deliverJobConcurrency: 16, deliverJobPerSec: 1024, inboxJobConcurrency: 4

This commit is contained in:
tamaina
2024-07-17 18:36:04 +09:00
parent a0c93bbd4d
commit ffd12d0539
6 changed files with 15 additions and 15 deletions

View File

@@ -230,14 +230,14 @@ id: 'aidx'
#clusterLimit: 1
# Job concurrency per worker
#deliverJobConcurrency: 128
#inboxJobConcurrency: 16
#deliverJobConcurrency: 16
#inboxJobConcurrency: 4
#relationshipJobConcurrency: 16
# What's relationshipJob?:
# Follow, unfollow, block and unblock(ings) while following-imports, etc. or account migrations.
# Job rate limiter
#deliverJobPerSec: 128
#deliverJobPerSec: 1024
#inboxJobPerSec: 32
#relationshipJobPerSec: 64