GUACAMOLE-919: pass through defaultStatementTimeout

Testing a workaround for handling dropped TCP connections to the Postgres database.
This commit is contained in:
Douglas Heriot
2020-03-23 21:23:56 +11:00
parent 699e262501
commit 34130f54c9
4 changed files with 42 additions and 0 deletions

View File

@@ -354,6 +354,10 @@ END
"postgresql-default-max-group-connections-per-user" \
"$POSTGRES_DEFAULT_MAX_GROUP_CONNECTIONS_PER_USER"
set_optional_property \
"postgresql-default-statement-timeout" \
"$POSTGRES_DEFAULT_STATEMENT_TIMEOUT"
set_optional_property \
"postgresql-user-required" \
"$POSTGRES_USER_REQUIRED"