mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
grpcproxy: fix minor typo
This commit is contained in:
parent
69cc9fdd17
commit
a98de7efa7
@ -45,7 +45,7 @@ type watchProxy struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
lostLeaderKey = "__lostleader" // watched to detect leader l oss
|
lostLeaderKey = "__lostleader" // watched to detect leader loss
|
||||||
retryPerSecond = 10
|
retryPerSecond = 10
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user