mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
client/v3: fix comment typo
Signed-off-by: WangXiaoxiao <1141195807@qq.com>
This commit is contained in:
parent
6200b22f79
commit
49abfa5992
@ -23,7 +23,7 @@ import (
|
||||
|
||||
var (
|
||||
// client-side handling retrying of request failures where data was not written to the wire or
|
||||
// where server indicates it did not process the data. gRPC default is default is "WaitForReady(false)"
|
||||
// where server indicates it did not process the data. gRPC default is "WaitForReady(false)"
|
||||
// but for etcd we default to "WaitForReady(true)" to minimize client request error responses due to
|
||||
// transient failures.
|
||||
defaultWaitForReady = grpc.WaitForReady(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user