Skip to content

Commit

Permalink
Fix database persistent option
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Feb 22, 2023
1 parent b9557db commit 89251d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
'cacheMetadata' => false,
// Disable query logging
'log' => false,
// Turn off persistent connections
'persistent' => false,
// PDO options
'flags' => [
// Turn off persistent connections
Expand Down

0 comments on commit 89251d8

Please sign in to comment.