address the comment

Signed-off-by: Ryan Leung <rleungx@gmail.com>
This commit is contained in:
Ryan Leung 2024-06-12 11:38:41 +08:00
parent 29abd62338
commit d9cb8b80f5

View File

@ -285,7 +285,10 @@ type Config struct {
GRPCKeepAliveTimeout time.Duration `json:"grpc-keepalive-timeout"`
// GRPCAdditionalServerOptions is the additional server option hook
// for changing the default internal gRPC configuration.
// for changing the default internal gRPC configuration. Note these
// additional configurations take precedence over the existing individual
// configurations if present. Please refer to
// https://github.com/etcd-io/etcd/pull/14066#issuecomment-1248682996
GRPCAdditionalServerOptions []grpc.ServerOption `json:"grpc-additional-server-options"`
// SocketOpts are socket options passed to listener config.