Skip to content

Commit 6fced5a

Browse files
committed
address comments
1 parent aba1f7e commit 6fced5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/resource/fx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ func RPCFactoryProvider(
367367
)
368368
factory.EnableInternodeServerKeepalive = enableServerKeepalive
369369
factory.EnableInternodeClientKeepalive = enableClientKeepalive
370-
logger.Info(fmt.Sprintf("RPC factory created. enableServerKeepalive: %v, enableClientKeepalive: %v", enableServerKeepalive, enableClientKeepalive))
370+
logger.Debug(fmt.Sprintf("RPC factory created. enableServerKeepalive: %v, enableClientKeepalive: %v", enableServerKeepalive, enableClientKeepalive))
371371
return factory, nil
372372
}
373373

common/rpc/rpc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ type RPCFactory struct {
4848
localFrontendClient func() (*common.FrontendHTTPClient, error)
4949
interNodeGrpcConnections cache.Cache
5050

51+
// TODO: Remove these flags once the keepalive settings are rolled out
5152
EnableInternodeServerKeepalive bool
5253
EnableInternodeClientKeepalive bool
5354
}

0 commit comments

Comments
 (0)