Browse Source

Update InboxPipeline, increase timeout length

Daniel Supernault 4 năm trước cách đây
mục cha
commit
2bac25ebcd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 
     /**