server: added duplicate warning-unary-request-duration flag
--warning-unary-request-duration is a duplicate of --experimental-warning-unary-request-duration experimental-warning-unary-request-duration will be removed in v3.7. fixes https://github.com/etcd-io/etcd/issues/13783 Signed-off-by: Bogdan Kanivets <bkanivets@apple.com>
This commit is contained in:

committed by
Benjamin Wang

parent
07a3cfe22e
commit
7e8ebf7727
@ -217,7 +217,7 @@ func StartEtcd(inCfg *Config) (e *Etcd, err error) {
|
||||
WatchProgressNotifyInterval: cfg.ExperimentalWatchProgressNotifyInterval,
|
||||
DowngradeCheckTime: cfg.ExperimentalDowngradeCheckTime,
|
||||
WarningApplyDuration: cfg.ExperimentalWarningApplyDuration,
|
||||
WarningUnaryRequestDuration: cfg.ExperimentalWarningUnaryRequestDuration,
|
||||
WarningUnaryRequestDuration: cfg.WarningUnaryRequestDuration,
|
||||
ExperimentalMemoryMlock: cfg.ExperimentalMemoryMlock,
|
||||
ExperimentalTxnModeWriteWithSharedBuffer: cfg.ExperimentalTxnModeWriteWithSharedBuffer,
|
||||
ExperimentalBootstrapDefragThresholdMegabytes: cfg.ExperimentalBootstrapDefragThresholdMegabytes,
|
||||
|
Reference in New Issue
Block a user