mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-27 16:10:00 -07:00
example config: fixed wrong data type for reapRatio
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"announce": "30m",
|
||||
"minAnnounce": "15m",
|
||||
"reapInterval": "60s",
|
||||
"reapRatio": "1.25",
|
||||
"reapRatio": 1.25,
|
||||
"defaultNumWant": 50,
|
||||
"torrentMapShards": 1,
|
||||
"allowIPSpoofing": true,
|
||||
|
||||
Reference in New Issue
Block a user