1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

#1042 - Added extra connection option and comment for statement_timeout

This commit is contained in:
Lilith
2025-04-29 18:39:45 +00:00
parent baa75768ec
commit f0278dcf89
4 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ db:
# Extra Connection options # Extra Connection options
#extra: #extra:
# ssl: true # ssl: true
# # Set a higher value if you have timeout issues during migration
# statement_timeout: 10000
dbReplications: false dbReplications: false

View File

@@ -63,6 +63,9 @@ db:
# Extra Connection options # Extra Connection options
#extra: #extra:
# ssl: true # ssl: true
# # Set a higher value if you have timeout issues during migration
# statement_timeout: 10000
dbReplications: false dbReplications: false

View File

@@ -110,6 +110,9 @@ db:
# Extra Connection options # Extra Connection options
#extra: #extra:
# ssl: true # ssl: true
# # Set a higher value if you have timeout issues during migration
# statement_timeout: 10000
dbReplications: false dbReplications: false

View File

@@ -127,6 +127,9 @@ db:
# Extra Connection options # Extra Connection options
#extra: #extra:
# ssl: true # ssl: true
# # Set a higher value if you have timeout issues during migration
# statement_timeout: 10000
dbReplications: false dbReplications: false