@abtnode/constant 1.8.32 → 1.8.33

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
@@ -340,7 +340,7 @@ module.exports = Object.freeze({
340
340
  DAY_IN_MS,
341
341
  DAEMON_MAX_MEM_LIMIT_IN_MB: 800,
342
342
  PROXY_MAX_MEM_LIMIT_IN_MB: 800,
343
- BLOCKLET_MAX_MEM_LIMIT_IN_MB: 300,
343
+ BLOCKLET_MAX_MEM_LIMIT_IN_MB: 800,
344
344
  CERTIFICATE_EXPIRES_OFFSET: 10 * DAY_IN_MS,
345
345
  ROUTING_RULE_TYPES: Object.freeze({
346
346
  NONE: 'none',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.32",
6
+ "version": "1.8.33",
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": "8502244aeda5926b3433c1dd9142e63233e3c23c"
23
+ "gitHead": "bb8223a5dd84536f2843391c59c0a8ac4398c6f2"
24
24
  }