fix: relashionship to relationship in docker exmaple

This commit is contained in:
Marie 2024-02-03 20:22:02 +01:00
parent 11628e4b6a
commit e7b86090e1
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -148,14 +148,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