refactor(peerserver): remove timeouts from PeerServerConfig

This commit is contained in:
Brian Waldon
2014-01-20 20:16:53 -08:00
parent a7d9efa900
commit 19980a7033

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
}