Merge pull request #116 from mrd0ll4r/exampleconfig

example config: fixed wrong data type for reapRatio
This commit is contained in:
Jimmy Zelinskie 2015-10-30 15:21:32 -04:00
commit 91c1649614

View file

@ -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,