Skip to content

Commit

Permalink
fix: Bump max connect retries for Cube Store
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Mar 1, 2024
1 parent de9ef08 commit 00a6ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-shared/src/env.ts
Expand Up @@ -1551,7 +1551,7 @@ const variables: Record<string, (...args: any) => any> = {
cubeStorePass: () => get('CUBEJS_CUBESTORE_PASS')
.asString(),
cubeStoreMaxConnectRetries: () => get('CUBEJS_CUBESTORE_MAX_CONNECT_RETRIES')
.default('10')
.default('20')
.asInt(),
cubeStoreNoHeartBeatTimeout: () => get('CUBEJS_CUBESTORE_NO_HEART_BEAT_TIMEOUT')
.default('30')
Expand Down

0 comments on commit 00a6ec0

Please sign in to comment.