1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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