mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update database config, use single transaction and skip lock tables for mysql dump
This commit is contained in:
parent
b1e000fbc7
commit
936f1e7a9b
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ return [
|
|||
'prefix' => '',
|
||||
'strict' => false,
|
||||
'engine' => null,
|
||||
'dump' => [
|
||||
'use_single_transaction',
|
||||
'skip_lock_tables',
|
||||
]
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
|
|
Loading…
Reference in a new issue