File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -417,8 +417,7 @@ class Spanner extends GrpcService {
417417 libVersion : require ( '../../package.json' ) . version ,
418418 scopes,
419419 // Add grpc keep alive setting
420- 'grpc.keepalive_time_ms' : 30000 ,
421- 'grpc.keepalive_timeout_ms' : 10000 ,
420+ 'grpc.keepalive_time_ms' : 120000 ,
422421 // Enable grpc-gcp support
423422 'grpc.callInvocationTransformer' : grpcGcp . gcpCallInvocationTransformer ,
424423 'grpc.channelFactoryOverride' : grpcGcp . gcpChannelFactoryOverride ,
Original file line number Diff line number Diff line change @@ -228,8 +228,7 @@ describe('Spanner', () => {
228228 libVersion : require ( '../../package.json' ) . version ,
229229 scopes : [ ] ,
230230 grpc,
231- 'grpc.keepalive_time_ms' : 30000 ,
232- 'grpc.keepalive_timeout_ms' : 10000 ,
231+ 'grpc.keepalive_time_ms' : 120000 ,
233232 'grpc.callInvocationTransformer' :
234233 fakeGrpcGcp ( ) . gcpCallInvocationTransformer ,
235234 'grpc.channelFactoryOverride' : fakeGrpcGcp ( ) . gcpChannelFactoryOverride ,
You can’t perform that action at this time.
0 commit comments