cqp hace 2 días
padre
commit
30c328944c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Jobs/ProcessDataJob.php

+ 1 - 1
app/Jobs/ProcessDataJob.php

@@ -23,7 +23,7 @@ class ProcessDataJob implements ShouldQueue
     protected $user;
     protected $type;
 
-    public $timeout = 200;
+    public $timeout = 300;
 
     public function __construct($data, $user, $type = 1)
     {