From e7b86090e10f925f18bf829deed928b213afa33f Mon Sep 17 00:00:00 2001 From: Marie Date: Sat, 3 Feb 2024 20:22:02 +0100 Subject: [PATCH] fix: relashionship to relationship in docker exmaple --- .config/docker_example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/docker_example.yml b/.config/docker_example.yml index c6c83a98b..346a32a86 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -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