mirror of https://github.com/zlatinb/muwire
Updated Tracker Daemon (markdown)
parent
3261bce8be
commit
06db036a09
|
@ -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.
|
Loading…
Reference in New Issue