Address minor comments

This commit is contained in:
Justin Li
2016-02-15 14:25:08 -05:00
committed by Jimmy Zelinskie
parent bd33c0c66b
commit 05b7b955a1
7 changed files with 13 additions and 35 deletions

View File

@@ -52,8 +52,8 @@ func newPeerStoreConfig(storecfg *store.Config) (*peerStoreConfig, error) {
return &cfg, nil
}
const seedersSuffix = "-seeders"
const leechersSuffix = "-leechers"
const seedersSuffix = "-s"
const leechersSuffix = "-l"
type peer struct {
chihaya.Peer