mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-18 18:39:46 -07:00
Merge pull request #116 from mrd0ll4r/exampleconfig
example config: fixed wrong data type for reapRatio
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"announce": "30m",
|
"announce": "30m",
|
||||||
"minAnnounce": "15m",
|
"minAnnounce": "15m",
|
||||||
"reapInterval": "60s",
|
"reapInterval": "60s",
|
||||||
"reapRatio": "1.25",
|
"reapRatio": 1.25,
|
||||||
"defaultNumWant": 50,
|
"defaultNumWant": 50,
|
||||||
"torrentMapShards": 1,
|
"torrentMapShards": 1,
|
||||||
"allowIPSpoofing": true,
|
"allowIPSpoofing": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user