@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/dist/core/config.d.ts +1 -1
- package/dist/core/config.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/core/config.ts +1 -1
package/package.json
CHANGED
package/src/core/config.ts
CHANGED
|
@@ -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 =
|
|
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;
|