Browse Source

refactor(peerserver): remove timeouts from PeerServerConfig

Brian Waldon 12 years ago
parent
commit
19980a7033
1 changed files with 0 additions and 2 deletions
  1. 0 2
      server/peer_server.go

+ 0 - 2
server/peer_server.go

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