config: make reaping configurable

This allows for configurable reaping rates and changes the default to
what many public trackers use in the wild.
This commit is contained in:
Jimmy Zelinskie
2015-09-18 00:42:14 -04:00
parent 8dbcd7079a
commit c0c3eda290
4 changed files with 11 additions and 13 deletions

View File

@@ -5,6 +5,8 @@
"purge_inactive_torrents": true,
"announce": "30m",
"min_announce": "15m",
"reap_interval": "60s",
"reap_ratio": "1.25",
"default_num_want": 50,
"torrent_map_shards": 1,
"allow_ip_spoofing": true,