Browse Source

Update InboxPipeline, increase timeout length

Daniel Supernault 4 years ago
parent
commit
2bac25ebcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Jobs/InboxPipeline/InboxWorker.php

+ 1 - 1
app/Jobs/InboxPipeline/InboxWorker.php

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