refactor(peerserver): remove timeouts from PeerServerConfig

release-0.4
Brian Waldon 2014-01-20 20:16:53 -08:00
parent a7d9efa900
commit 19980a7033
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ type PeerServerConfig struct {
Scheme string
URL string
SnapshotCount int
HeartbeatTimeout time.Duration
ElectionTimeout time.Duration
MaxClusterSize int
RetryTimes int
}