GUACAMOLE-919: Merge implement PostgreSQL defaultStatementTimeout and socketTimeout

This commit is contained in:
Virtually Nick
2020-07-29 08:17:02 -04:00
committed by GitHub
4 changed files with 101 additions and 0 deletions

View File

@@ -354,10 +354,18 @@ 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"
set_optional_property \
"postgresql-socket-timeout" \
"$POSTGRES_SOCKET_TIMEOUT"
set_optional_property \
"postgresql-ssl-mode" \
"$POSTGRESQL_SSL_MODE"