example config: fixed wrong data type for reapRatio

This commit is contained in:
Leo Balduf 2015-10-30 20:17:10 +01:00
parent c03fdedb9a
commit f7628e3a1d

View file

@ -6,7 +6,7 @@
"announce": "30m",
"minAnnounce": "15m",
"reapInterval": "60s",
"reapRatio": "1.25",
"reapRatio": 1.25,
"defaultNumWant": 50,
"torrentMapShards": 1,
"allowIPSpoofing": true,