From 5b585a22783d9d528bf6d0c7160bb7ad11fbfba7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 26 Aug 2025 10:10:43 -0500 Subject: [PATCH] deferred option --- config/database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.php b/config/database.php index 5b318f58..9cc8caf7 100644 --- a/config/database.php +++ b/config/database.php @@ -40,6 +40,7 @@ return [ 'busy_timeout' => null, 'journal_mode' => null, 'synchronous' => null, + 'transaction_mode' => 'DEFERRED', ], 'mysql' => [