@milaboratories/pl-client 2.5.4 → 2.5.5
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/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 +5 -5
- package/src/core/ll_client.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11589,7 +11589,7 @@ class xn {
|
|
|
11589
11589
|
this.conf.grpcProxy ? process.env.grpc_proxy = this.conf.grpcProxy : delete process.env.grpc_proxy, this.grpcTransport = new Vi(d), this.grpcPl = new tu(this.grpcTransport);
|
|
11590
11590
|
const a = new Ji({ resolver: new Gi({ tries: 10 }) }), l = {
|
|
11591
11591
|
// allowH2: true,
|
|
11592
|
-
headersTimeout:
|
|
11592
|
+
headersTimeout: 5e3,
|
|
11593
11593
|
keepAliveTimeout: 3e3,
|
|
11594
11594
|
keepAliveMaxTimeout: 6e4,
|
|
11595
11595
|
maxRedirections: 6,
|