logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f7c909e290900fddf0149294987e28c7d2a3a029
parent: 7481ae1bcbddb96ca8f00247d4ee71c67e78fe92
Author: ThibG <thib@sitedethib.com>
Date:   Sat, 30 Sep 2017 16:01:46 +0200

Retry ActivityPub delivery a few more times (#5014)


Diffstat:

Mapp/workers/activitypub/delivery_worker.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/workers/activitypub/delivery_worker.rb b/app/workers/activitypub/delivery_worker.rb @@ -3,7 +3,7 @@ class ActivityPub::DeliveryWorker include Sidekiq::Worker - sidekiq_options queue: 'push', retry: 5, dead: false + sidekiq_options queue: 'push', retry: 8, dead: false HEADERS = { 'Content-Type' => 'application/activity+json' }.freeze