mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #15067 from halegreen/fix-comment-typo
client/v3: fix comment typo
This commit is contained in:
commit
108cd9abaa
@ -23,7 +23,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// client-side handling retrying of request failures where data was not written to the wire or
|
// 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
|
// but for etcd we default to "WaitForReady(true)" to minimize client request error responses due to
|
||||||
// transient failures.
|
// transient failures.
|
||||||
defaultWaitForReady = grpc.WaitForReady(true)
|
defaultWaitForReady = grpc.WaitForReady(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user