@cubejs-backend/shared 0.34.58 → 0.34.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/src/env.js +1 -1
  2. package/package.json +2 -2
package/dist/src/env.js CHANGED
@@ -741,7 +741,7 @@ const variables = {
741
741
  cubeStorePass: () => (0, env_var_1.get)('CUBEJS_CUBESTORE_PASS')
742
742
  .asString(),
743
743
  cubeStoreMaxConnectRetries: () => (0, env_var_1.get)('CUBEJS_CUBESTORE_MAX_CONNECT_RETRIES')
744
- .default('10')
744
+ .default('20')
745
745
  .asInt(),
746
746
  cubeStoreNoHeartBeatTimeout: () => (0, env_var_1.get)('CUBEJS_CUBESTORE_NO_HEART_BEAT_TIMEOUT')
747
747
  .default('30')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/shared",
3
- "version": "0.34.58",
3
+ "version": "0.34.60",
4
4
  "description": "Shared code for Cube.js backend packages",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -71,5 +71,5 @@
71
71
  ".*\\.d\\.ts"
72
72
  ]
73
73
  },
74
- "gitHead": "d9ef53aedcba42203f003d75012aaeefff5b9027"
74
+ "gitHead": "7434929be3e99eb1d1fbb8a6b6c7f2427c6fcae6"
75
75
  }