example config: fixed wrong data type for reapRatio
This commit is contained in:
parent
c03fdedb9a
commit
f7628e3a1d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue