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