Преглед изворни кода

Update queue config, set higher than timeout

Daniel Supernault пре 6 година
родитељ
комит
436dc3032c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -61,7 +61,7 @@ return [
             'driver'      => 'redis',
             'connection'  => 'default',
             'queue'       => 'default',
-            'retry_after' => 90,
+            'retry_after' => 1800,
             'block_for'   => null,
         ],