]> BookStack Code Mirror - bookstack/blobdiff - app/Config/queue.php
respective book and chapter structure added.
[bookstack] / app / Config / queue.php
index a14799f354d87d0f9652afd02c5513b63daf7a3e..795a7932545a315843769ad255dee4eb37d2d842 100644 (file)
@@ -40,6 +40,12 @@ return [
 
     ],
 
+    // Job batching
+    'batching' => [
+        'database' => 'mysql',
+        'table' => 'job_batches',
+    ],
+
     // Failed queue job logging
     'failed' => [
         'driver'   => 'database-uuids',