mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-12 09:28:37 -07:00
Address minor comments
This commit is contained in:
committed by
Jimmy Zelinskie
parent
bd33c0c66b
commit
05b7b955a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user