소스 검색

Update InboxPipeline, increase timeout length

Daniel Supernault 4 년 전
부모
커밋
2bac25ebcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
     /**