@milaboratories/pl-client 2.4.20 → 2.4.21
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 +2 -2
- package/dist/core/ll_client.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/core/config.ts +2 -2
- package/src/core/ll_client.ts +9 -2
package/dist/index.mjs
CHANGED
|
@@ -11036,7 +11036,7 @@ const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
11036
11036
|
unwrapHolder: zc,
|
|
11037
11037
|
wrapInEphHolder: Jc,
|
|
11038
11038
|
wrapInHolder: Gc
|
|
11039
|
-
}, Symbol.toStringTag, { value: "Module" })), Kn =
|
|
11039
|
+
}, Symbol.toStringTag, { value: "Module" })), Kn = 2e3, qn = 3e4, Vn = 31 * 24 * 60 * 60, jn = 12 * 24 * 60 * 60, vn = "exponential", Mn = 10, Gn = 4, Jn = 2, zn = 50, Hn = 0.3;
|
|
11040
11040
|
function B(o) {
|
|
11041
11041
|
if (!o) return;
|
|
11042
11042
|
const e = Number(o);
|
|
@@ -11516,7 +11516,7 @@ class Fn {
|
|
|
11516
11516
|
timeout: this.conf.defaultRequestTimeout,
|
|
11517
11517
|
channelCredentials: this.conf.ssl ? En.createSsl() : En.createInsecure(),
|
|
11518
11518
|
clientOptions: {
|
|
11519
|
-
"grpc.
|
|
11519
|
+
"grpc.keepalive_time_ms": 3e3,
|
|
11520
11520
|
interceptors: i
|
|
11521
11521
|
}
|
|
11522
11522
|
};
|