diff options
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index c484e48e5d..704a80d413 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -127,6 +127,9 @@ db: # Extra Connection options #extra: # ssl: true + # # Set a higher value if you have timeout issues during migration + # statement_timeout: 10000 + dbReplications: false |