Updated Tracker Daemon (markdown)

master
Zlatin Balevsky 2020-09-12 16:59:27 +00:00
parent 3261bce8be
commit 06db036a09
1 changed files with 1 additions and 1 deletions

@ -68,7 +68,7 @@ In the `tracker.properties` the following properties are currently recognized:
* `tracker.jsonRpc.port` - the port to listen on for JSON-RPC requests
* `tracker.swarmParameters.queryInterval` - how often to kick off queries for the tracked files on the MuWire network. Value is in hours. Default is 1 hour.
* `tracker.swarmParameters.pingParallel` - how many hosts to ping at the same time. Default is 5
* `tracker.swarmParameters.pingInterval' - do not ping the same host more often than this interval. Value is in minutes, default is 15.
* `tracker.swarmParameters.pingInterval` - do not ping the same host more often than this interval. Value is in minutes, default is 15.
* `tracker.swarmParameters.expiry` - how long to wait before declaring a host is dead if it hasn't responded to our pings. Value is in minutes. Default is 60
* `tracker.swarmParameters.pingTimeout` - how long to wait for a response to a ping before counting it as failed. Value is in seconds, default is 20
* `tracker.swarmParameters.maxFailures` - do not consider a host to be dead until they have failed to respond to our pings this many times. Default is 3.