1
0
Fork 0
forked from mirror/pixelfed

Update InboxPipeline, increase timeout length

This commit is contained in:
Daniel Supernault 2021-01-07 14:04:12 -07:00
parent d5cd2ad4cb
commit 2bac25ebcd
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -23,7 +23,7 @@ class InboxWorker implements ShouldQueue
protected $profile;
protected $payload;
public $timeout = 5;
public $timeout = 60;
public $tries = 1;
/**