@milaboratories/pl-client 2.6.0 → 2.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-client",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "New TS/JS client for Platform API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -84,7 +84,7 @@ export const DEFAULT_RW_TX_TIMEOUT = 20_000;
84
84
  export const DEFAULT_TOKEN_TTL_SECONDS = 31 * 24 * 60 * 60;
85
85
  export const DEFAULT_AUTH_MAX_REFRESH = 12 * 24 * 60 * 60;
86
86
 
87
- export const DEFAULT_MAX_CACHE_BYTES = 35_000_000; // 35 Mb
87
+ export const DEFAULT_MAX_CACHE_BYTES = 128_000_000; // 128 Mb
88
88
 
89
89
  export const DEFAULT_RETRY_BACKOFF_ALGORITHM = 'exponential';
90
90
  export const DEFAULT_RETRY_MAX_ATTEMPTS = 10;