cqp 3 zile în urmă
părinte
comite
30c328944c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
     {