@cubejs-backend/shared
Advanced tools
Comparing version 0.26.19 to 0.26.22
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20) | ||
### Features | ||
* Introduce CUBEJS_AGENT_FRAME_SIZE to tweak agent performance ([4550b64](https://github.com/cube-js/cube.js/commit/4550b6475536af016dd5b584adb0f8d3f583dd2a)) | ||
## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19) | ||
@@ -8,0 +19,0 @@ |
@@ -37,2 +37,3 @@ export declare class InvalidConfiguration extends Error { | ||
playgroundAuthSecret: () => string | undefined; | ||
agentFrameSize: () => number; | ||
}; | ||
@@ -39,0 +40,0 @@ declare type Vars = typeof variables; |
@@ -136,2 +136,5 @@ "use strict"; | ||
.asString(), | ||
agentFrameSize: () => env_var_1.get('CUBEJS_AGENT_FRAME_SIZE') | ||
.default('200') | ||
.asInt(), | ||
}; | ||
@@ -138,0 +141,0 @@ function getEnv(key) { |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.19", | ||
"version": "0.26.22", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -53,3 +53,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "50d982fa15e1d332c7d9313510a1c8fdab638b56" | ||
"gitHead": "2a08e9aaacc4a3727f3bb768b93055a651b16136" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80204
868