add a separate setting for max peer list size for paused torrents

This commit is contained in:
Arvid Norberg
2009-05-13 01:34:10 +00:00
parent 8e3bd5154a
commit b7c5d2f12d
6 changed files with 54 additions and 33 deletions

View File

@@ -3707,6 +3707,11 @@ this limit, and once the size hits the limit, peers are no longer
added to the list. If this limit is set to 0, there is no limit on
how many peers we'll keep in the peer list.
``max_paused_peerlist_size`` is the max peer list size used for torrents
that are paused. This default to the same as ``max_peerlist_size``, but
can be used to save memory for paused torrents, since it's not as
important for them to keep a large peer list.
``min_announce_interval`` is the minimum allowed announce interval
for a tracker. This is specified in seconds, defaults to 5 minutes and
is used as a sanity check on what is returned from a tracker. It