diff --git a/docs/manual.html b/docs/manual.html index ff239e6ed..bd85b330f 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -3639,8 +3639,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 to determine which torrents to seed and which to queue. It is based on the peer diff --git a/docs/manual.rst b/docs/manual.rst index 1146466e0..c73bf5442 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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