feat(core): Make Postgres connection timeout configurable (#10670)
This commit is contained in:
@@ -104,6 +104,7 @@ const getPostgresConnectionOptions = (): PostgresConnectionOptions => {
|
||||
schema: postgresConfig.schema,
|
||||
poolSize: postgresConfig.poolSize,
|
||||
migrations: postgresMigrations,
|
||||
connectTimeoutMS: postgresConfig.connectionTimeoutMs,
|
||||
ssl,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user