forked from premiere/premiere-libtorrent
fixed typo in docs
This commit is contained in:
parent
1537299666
commit
125041d2bf
|
@ -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.
|
||||
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
|
||||
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,
|
||||
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,
|
||||
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
|
||||
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.
|
||||
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
|
||||
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,
|
||||
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,
|
||||
to keep totals across sessions.
|
||||
|
||||
``seed_rank`` is a rank of how important it is to seed the torrent, it is used
|
||||
|
|
Loading…
Reference in New Issue