File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 SMTP_PORT: {{.Values.diffgramSettings.SMTP_PORT }}
5858 SMTP_USERNAME: {{.Values.diffgramSettings.SMTP_USERNAME }}
5959 SMTP_FROM_EMAIL: {{.Values.diffgramSettings.SMTP_FROM_EMAIL }}
60+ DATABASE_IDLE_SESSION_TRANSACTION_TIMEOUT: {{.Values.diffgramSettings.DATABASE_IDLE_SESSION_TRANSACTION_TIMEOUT }}
6061{{- end }}
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ diffgramSettings:
103103 RABBITMQ_USE_SSL : ' "False"'
104104 SIGNED_URL_CACHE_MINIMUM_SECONDS_VALID : " '18000'" # 5 days default
105105 SIGNED_URL_CACHE_NEW_OFFSET_SECONDS_VALID : " '21600'" # 6 days default
106+ DATABASE_IDLE_SESSION_TRANSACTION_TIMEOUT : " '3600000'" # 1 hour tx timeout for DB
106107
107108 # Email Settings
108109 EMAIL_VALIDATION : ' "False"' # Turns on email verification for new accounts.
You can’t perform that action at this time.
0 commit comments