@cubejs-backend/shared
Advanced tools
Comparing version 0.31.40 to 0.31.41
@@ -354,2 +354,8 @@ "use strict"; | ||
/** | ||
* Query stream `highWaterMark` value. | ||
*/ | ||
dbQueryStreamHighWaterMark: () => env_var_1.get('CUBEJS_DB_QUERY_STREAM_HIGH_WATER_MARK') | ||
.default(5000) | ||
.asInt(), | ||
/** | ||
* Expire time for touch records | ||
@@ -356,0 +362,0 @@ */ |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.31.40", | ||
"version": "0.31.41", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "d693721f2c401c998f2190a8101ba37ab2e26768" | ||
"gitHead": "0339d5178803f302fda5a935ea4b0c7ba632da83" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162297
2095