소스 검색

aumento timeout

FabioFratini 7 달 전
부모
커밋
ffecc98d54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Jobs/ExportPrimaNota.php

+ 1 - 1
app/Jobs/ExportPrimaNota.php

@@ -19,7 +19,7 @@ class ExportPrimaNota implements ShouldQueue
 {
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 
-    public $timeout = 600;
+    public $timeout = 1200;
     public $tries = 3;
     public $maxExceptions = 3;