@abtnode/constant 1.16.15 → 1.16.16-beta-e038cde7

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 +2 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -506,13 +506,13 @@ module.exports = Object.freeze({
506
506
  // @link https://www.nginx.com/blog/nginx-caching-guide/
507
507
  ROUTER_CACHE_GROUPS: {
508
508
  blockletProxy: {
509
- minSize: '4m',
509
+ minSize: '1m',
510
510
  maxSize: '2g',
511
511
  period: '30d',
512
512
  },
513
513
  // TODO: disabled because we can not bust nginx cache effectively for now
514
514
  // blockletJs: {
515
- // minSize: '4m',
515
+ // minSize: '1m',
516
516
  // maxSize: '64m',
517
517
  // period: '5m',
518
518
  // },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15",
6
+ "version": "1.16.16-beta-e038cde7",
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": "643adb67bfc0b33f4db0be1b75000324c8e5a248"
23
+ "gitHead": "688b1c7ae0f6652094100c101f5d218266dd86ac"
24
24
  }