Skip to content

Commit 00a6ec0

Browse files
committed
fix: Bump max connect retries for Cube Store
1 parent de9ef08 commit 00a6ec0

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ const variables: Record<string, (...args: any) => any> = {
15511551
cubeStorePass: () => get('CUBEJS_CUBESTORE_PASS')
15521552
.asString(),
15531553
cubeStoreMaxConnectRetries: () => get('CUBEJS_CUBESTORE_MAX_CONNECT_RETRIES')
1554-
.default('10')
1554+
.default('20')
15551555
.asInt(),
15561556
cubeStoreNoHeartBeatTimeout: () => get('CUBEJS_CUBESTORE_NO_HEART_BEAT_TIMEOUT')
15571557
.default('30')

0 commit comments

Comments
 (0)