We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
synchronous
Config\Database
1 parent 62972c5 commit d58a691Copy full SHA for d58a691
1 file changed
app/Config/Database.php
@@ -182,6 +182,7 @@ class Database extends Config
182
'port' => 3306,
183
'foreignKeys' => true,
184
'busyTimeout' => 1000,
185
+ 'synchronous' => null,
186
'dateFormat' => [
187
'date' => 'Y-m-d',
188
'datetime' => 'Y-m-d H:i:s',
0 commit comments