瀏覽代碼

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;