From f7628e3a1da7a2ff373a5284fdfca9b3be946a12 Mon Sep 17 00:00:00 2001 From: Leo Balduf Date: Fri, 30 Oct 2015 20:17:10 +0100 Subject: [PATCH] example config: fixed wrong data type for reapRatio --- example_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.json b/example_config.json index b064740..41e4d25 100644 --- a/example_config.json +++ b/example_config.json @@ -6,7 +6,7 @@ "announce": "30m", "minAnnounce": "15m", "reapInterval": "60s", - "reapRatio": "1.25", + "reapRatio": 1.25, "defaultNumWant": 50, "torrentMapShards": 1, "allowIPSpoofing": true,