mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
address the comment
Signed-off-by: Ryan Leung <rleungx@gmail.com>
This commit is contained in:
parent
29abd62338
commit
d9cb8b80f5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user