mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix typo
This commit is contained in:
parent
6f32b2d576
commit
266519c8d2
@ -21,8 +21,8 @@ var dailTimeout = 3 * HeartbeatTimeout
|
||||
// This should not exceed 3 * RTT + RTT
|
||||
var responseHeaderTimeout = 4 * HeartbeatTimeout
|
||||
|
||||
// Timeout for actually read the response body from the server
|
||||
// This hould not exceed election timeout
|
||||
// Timeout for receiving the response body from the server
|
||||
// This should not exceed election timeout
|
||||
var tranTimeout = ElectionTimeout
|
||||
|
||||
// Transporter layer for communication between raft nodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user