mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-15 04:48:10 -07:00
config: update example config
This commit is contained in:
@@ -22,9 +22,9 @@ type ParseOptions struct {
|
||||
|
||||
// Default parser config constants.
|
||||
const (
|
||||
defaultMaxNumWant uint32 = 100
|
||||
defaultDefaultNumWant uint32 = 50
|
||||
defaultMaxScrapeInfoHashes uint32 = 50
|
||||
defaultMaxNumWant = 100
|
||||
defaultDefaultNumWant = 50
|
||||
defaultMaxScrapeInfoHashes = 50
|
||||
)
|
||||
|
||||
// ParseAnnounce parses an bittorrent.AnnounceRequest from an http.Request.
|
||||
|
||||
Reference in New Issue
Block a user