Merge pull request #1647 from pixelfed/staging

Update InboxWorker
This commit is contained in:
daniel 2019-08-27 19:17:17 -06:00 committed by GitHub
commit 270a042b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,9 @@ class InboxWorker implements ShouldQueue
protected $profile;
protected $payload;
public $timeout = 5;
public $tries = 1;
/**
* Create a new job instance.
*