Преглед на файлове

Update queue config, set "after_commit" to true

Daniel Supernault преди 2 години
родител
ревизия
304ea956db
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      config/queue.php

+ 1 - 0
config/queue.php

@@ -63,6 +63,7 @@ return [
             'queue'       => 'default',
             'retry_after' => 1800,
             'block_for'   => null,
+            'after_commit' => true,
         ],
 
     ],