We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84792b commit cf8e286Copy full SHA for cf8e286
packages/cubejs-postgres-driver/src/PostgresDriver.ts
@@ -121,6 +121,7 @@ export class PostgresDriver<Config extends PostgresDriverConfiguration = Postgre
121
122
this.pool = new Pool({
123
idleTimeoutMillis: 30000,
124
+ connectionTimeoutMillis: 60000, // 60 seconds for connection timeout
125
max:
126
config.maxPoolSize ||
127
getEnv('dbMaxPoolSize', { dataSource }) ||
0 commit comments