mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
refactor(peerserver): remove timeouts from PeerServerConfig
This commit is contained in:
@@ -30,8 +30,6 @@ type PeerServerConfig struct {
|
||||
Scheme string
|
||||
URL string
|
||||
SnapshotCount int
|
||||
HeartbeatTimeout time.Duration
|
||||
ElectionTimeout time.Duration
|
||||
MaxClusterSize int
|
||||
RetryTimes int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user