@temporalio/client
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -42,3 +42,7 @@ "use strict"; | ||
credentials: grpc.credentials.createInsecure(), | ||
channelArgs: {}, | ||
channelArgs: { | ||
'grpc.keepalive_permit_without_calls': 1, | ||
'grpc.keepalive_time_ms': 30000, | ||
'grpc.keepalive_timeout_ms': 15000, | ||
}, | ||
interceptors: [(0, grpc_retry_1.makeGrpcRetryInterceptor)((0, grpc_retry_1.defaultGrpcRetryOptions)())], | ||
@@ -45,0 +49,0 @@ metadata: {}, |
{ | ||
"name": "@temporalio/client", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Temporal.io SDK Client sub-package", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
], | ||
"gitHead": "132f23a47a93fecf3f39836b31f08ea837b30320" | ||
"gitHead": "9790992f0a7da1638cd3db99518e414107651630" | ||
} |
@@ -82,3 +82,7 @@ import * as grpc from '@grpc/grpc-js'; | ||
credentials: grpc.credentials.createInsecure(), | ||
channelArgs: {}, | ||
channelArgs: { | ||
'grpc.keepalive_permit_without_calls': 1, | ||
'grpc.keepalive_time_ms': 30_000, | ||
'grpc.keepalive_timeout_ms': 15_000, | ||
}, | ||
interceptors: [makeGrpcRetryInterceptor(defaultGrpcRetryOptions())], | ||
@@ -85,0 +89,0 @@ metadata: {}, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212234
4271