Update InboxPipeline, increase timeout length

pull/2549/head
Daniel Supernault 4 years ago
parent d5cd2ad4cb
commit 2bac25ebcd
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save