Skip to content

Commit fcaa588

Browse files
committed
fix: add batching database configuration for nativephp queue
1 parent 0d2d62a commit fcaa588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public function rewriteDatabase()
173173

174174
config(['database.default' => 'nativephp']);
175175
config(['queue.failed.database' => 'nativephp']);
176+
config(['queue.batching.database' => 'nativephp']);
176177

177178
if (file_exists($databasePath)) {
178179
DB::statement('PRAGMA journal_mode=WAL;');

0 commit comments

Comments
 (0)