@abtnode/constant 1.8.67-beta-f8b4c9ec → 1.8.67-beta-794a8082

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -472,7 +472,7 @@ module.exports = Object.freeze({
472
472
  // @link https://www.nginx.com/blog/nginx-caching-guide/
473
473
  ROUTER_CACHE_GROUPS: {
474
474
  blockletProxy: {
475
- minSize: '512m',
475
+ minSize: '8m',
476
476
  maxSize: '2g',
477
477
  period: '30d',
478
478
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.67-beta-f8b4c9ec",
6
+ "version": "1.8.67-beta-794a8082",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "ebf19fcbc6d99fff0d214dc0680c4df81aa94d6d"
23
+ "gitHead": "f4ad32bea4d80b12971fb6bef941bdbe2af6a834"
24
24
  }