cqp vor 2 Tagen
Ursprung
Commit
30c328944c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)
     {