18 lines
No EOL
439 B
YAML
18 lines
No EOL
439 B
YAML
# Number of worker processes
|
|
clusterLimit: 2
|
|
|
|
# Job concurrency per worker
|
|
# What's relationshipJob?:
|
|
# Follow, unfollow, block and unblock(ings) while following-imports, etc. or account migrations.
|
|
deliverJobConcurrency: 128
|
|
inboxJobConcurrency: 8
|
|
relationshipJobConcurrency: 32
|
|
|
|
# Job rate limiter
|
|
deliverJobPerSec: 4096
|
|
inboxJobPerSec: 4096
|
|
relationshipJobPerSec: 4096
|
|
|
|
# Job attempts
|
|
#deliverJobMaxAttempts: 12
|
|
#inboxJobMaxAttempts: 8 |