account-lookup-service 17.14.0-snapshot.3 → 17.14.0-snapshot.4

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.
@@ -52,14 +52,14 @@
52
52
  "getDecoratedValue": true
53
53
  },
54
54
  "CENTRAL_SHARED_PARTICIPANT_CACHE_CONFIG": {
55
- "expiresIn": 61000,
55
+ "expiresIn": 3000,
56
56
  "generateTimeout": 30000,
57
57
  "getDecoratedValue": true
58
58
  },
59
59
  "GENERAL_CACHE_CONFIG": {
60
60
  "CACHE_ENABLED": false,
61
61
  "MAX_BYTE_SIZE": 10000000,
62
- "EXPIRES_IN_MS": 61000
62
+ "EXPIRES_IN_MS": 3000
63
63
  },
64
64
  "PROXY_CACHE": {
65
65
  "enabled": true,
@@ -51,14 +51,14 @@
51
51
  "getDecoratedValue": true
52
52
  },
53
53
  "CENTRAL_SHARED_PARTICIPANT_CACHE_CONFIG": {
54
- "expiresIn": 61000,
54
+ "expiresIn": 3000,
55
55
  "generateTimeout": 30000,
56
56
  "getDecoratedValue": true
57
57
  },
58
58
  "GENERAL_CACHE_CONFIG": {
59
59
  "CACHE_ENABLED": false,
60
60
  "MAX_BYTE_SIZE": 10000000,
61
- "EXPIRES_IN_MS": 61000
61
+ "EXPIRES_IN_MS": 3000
62
62
  },
63
63
  "PROXY_CACHE": {
64
64
  "enabled": true,
@@ -7,7 +7,7 @@ module.exports = {
7
7
  GENERAL_CACHE_CONFIG: {
8
8
  CACHE_ENABLED: true,
9
9
  MAX_BYTE_SIZE: 10000000,
10
- EXPIRES_IN_MS: 61000
10
+ EXPIRES_IN_MS: 3000
11
11
  },
12
12
  CENTRAL_SHARED_PARTICIPANT_CACHE_CONFIG: {
13
13
  expiresIn: 1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "17.14.0-snapshot.3",
4
+ "version": "17.14.0-snapshot.4",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [