@abtnode/constant 1.16.25-next-1e779575 → 1.16.25-next-3d78a4cb

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -619,6 +619,8 @@ module.exports = Object.freeze({
619
619
  USER_TYPE,
620
620
  SERVER_CACHE_TTL: 300 * 1000, // 5 minutes
621
621
  BLOCKLET_CACHE_TTL: 3600 * 1000, // 1 hour
622
+ SESSION_CACHE_TTL: 3600, // 1h: unit seconds
623
+ SESSION_TTL: 7 * 86400, // 7d: unit seconds
622
624
 
623
625
  BACKUPS,
624
626
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.25-next-1e779575",
6
+ "version": "1.16.25-next-3d78a4cb",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "a850cb40b003798c7bf6dbbf7546e2feabd85243"
23
+ "gitHead": "26b43891e46756b142bcd6b62c57357c7c23cf2f"
24
24
  }