fixed typo in docs
This commit is contained in:
@@ -3639,8 +3639,8 @@ across sessions.</p>
|
|||||||
<p><tt class="docutils literal"><span class="pre">active_time</span></tt>, <tt class="docutils literal"><span class="pre">finished_time</span></tt> and <tt class="docutils literal"><span class="pre">seeding_time</span></tt> are second counters.
|
<p><tt class="docutils literal"><span class="pre">active_time</span></tt>, <tt class="docutils literal"><span class="pre">finished_time</span></tt> and <tt class="docutils literal"><span class="pre">seeding_time</span></tt> are second counters.
|
||||||
They keep track of the number of seconds this torrent has been active (not
|
They keep track of the number of seconds this torrent has been active (not
|
||||||
paused) and the number of seconds it has been active while being finished and
|
paused) and the number of seconds it has been active while being finished and
|
||||||
active while being a seed. <tt class="docutils literal"><span class="pre">seeding_time</span></tt> should be >= <tt class="docutils literal"><span class="pre">finished_time</span></tt> which
|
active while being a seed. <tt class="docutils literal"><span class="pre">seeding_time</span></tt> should be <= <tt class="docutils literal"><span class="pre">finished_time</span></tt> which
|
||||||
should be >= <tt class="docutils literal"><span class="pre">active_time</span></tt>. They are all saved in and restored from resume data,
|
should be <= <tt class="docutils literal"><span class="pre">active_time</span></tt>. They are all saved in and restored from resume data,
|
||||||
to keep totals across sessions.</p>
|
to keep totals across sessions.</p>
|
||||||
<p><tt class="docutils literal"><span class="pre">seed_rank</span></tt> is a rank of how important it is to seed the torrent, it is used
|
<p><tt class="docutils literal"><span class="pre">seed_rank</span></tt> is a rank of how important it is to seed the torrent, it is used
|
||||||
to determine which torrents to seed and which to queue. It is based on the peer
|
to determine which torrents to seed and which to queue. It is based on the peer
|
||||||
|
@@ -3621,8 +3621,8 @@ across sessions.
|
|||||||
``active_time``, ``finished_time`` and ``seeding_time`` are second counters.
|
``active_time``, ``finished_time`` and ``seeding_time`` are second counters.
|
||||||
They keep track of the number of seconds this torrent has been active (not
|
They keep track of the number of seconds this torrent has been active (not
|
||||||
paused) and the number of seconds it has been active while being finished and
|
paused) and the number of seconds it has been active while being finished and
|
||||||
active while being a seed. ``seeding_time`` should be >= ``finished_time`` which
|
active while being a seed. ``seeding_time`` should be <= ``finished_time`` which
|
||||||
should be >= ``active_time``. They are all saved in and restored from resume data,
|
should be <= ``active_time``. They are all saved in and restored from resume data,
|
||||||
to keep totals across sessions.
|
to keep totals across sessions.
|
||||||
|
|
||||||
``seed_rank`` is a rank of how important it is to seed the torrent, it is used
|
``seed_rank`` is a rank of how important it is to seed the torrent, it is used
|
||||||
|
Reference in New Issue
Block a user