]>
BookStack Code Mirror - bookstack/blobdiff - app/Config/queue.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Framework: Upgrade from Laravel 9 to 10
[bookstack]
/
app
/
Config
/
queue.php
diff --git
a/app/Config/queue.php
b/app/Config/queue.php
index a14799f354d87d0f9652afd02c5513b63daf7a3e..795a7932545a315843769ad255dee4eb37d2d842 100644
(file)
--- a/
app/Config/queue.php
+++ b/
app/Config/queue.php
@@
-40,6
+40,12
@@
return [
],
+ // Job batching
+ 'batching' => [
+ 'database' => 'mysql',
+ 'table' => 'job_batches',
+ ],
+
// Failed queue job logging
'failed' => [
'driver' => 'database-uuids',