@cubejs-backend/shared 0.31.42 → 0.31.48

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
@@ -354,7 +354,7 @@ const variables = {
354
354
  * Query stream `highWaterMark` value.
355
355
  */
356
356
  dbQueryStreamHighWaterMark: () => env_var_1.get('CUBEJS_DB_QUERY_STREAM_HIGH_WATER_MARK')
357
- .default(5000)
357
+ .default(8192)
358
358
  .asInt(),
359
359
  /**
360
360
  * Expire time for touch records
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/shared",
3
- "version": "0.31.42",
3
+ "version": "0.31.48",
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",
@@ -70,5 +70,5 @@
70
70
  ".*\\.d\\.ts"
71
71
  ]
72
72
  },
73
- "gitHead": "1feac4d2ff8e3bcc33a9402a18001d18dab61c0e"
73
+ "gitHead": "01cb27296de361ad79476c9aafa31fe200511c04"
74
74
  }