mirror of https://github.com/pixelfed/pixelfed.git
Update database config, use single transaction and skip lock tables for mysql dump
This commit is contained in:
parent
b1e000fbc7
commit
936f1e7a9b
|
@ -53,6 +53,10 @@ return [
|
|||
'prefix' => '',
|
||||
'strict' => false,
|
||||
'engine' => null,
|
||||
'dump' => [
|
||||
'use_single_transaction',
|
||||
'skip_lock_tables',
|
||||
]
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
|
|
Loading…
Reference in New Issue