@milaboratories/pl-client 2.7.6 → 2.7.8
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/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 +9 -9
- package/src/core/config.ts +1 -1
package/dist/core/config.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export interface PlClientConfig {
|
|
|
56
56
|
}
|
|
57
57
|
export declare const DEFAULT_REQUEST_TIMEOUT = 5000;
|
|
58
58
|
export declare const DEFAULT_RO_TX_TIMEOUT = 300000;
|
|
59
|
-
export declare const DEFAULT_RW_TX_TIMEOUT =
|
|
59
|
+
export declare const DEFAULT_RW_TX_TIMEOUT = 60000;
|
|
60
60
|
export declare const DEFAULT_TOKEN_TTL_SECONDS: number;
|
|
61
61
|
export declare const DEFAULT_AUTH_MAX_REFRESH: number;
|
|
62
62
|
export declare const DEFAULT_MAX_CACHE_BYTES = 128000000;
|