start torrents sooner after they complete checking

This commit is contained in:
Arvid Norberg 2008-06-23 18:56:55 +00:00
parent a38d97583e
commit 92f13aea68
1 changed files with 5 additions and 0 deletions

View File

@ -3201,6 +3201,11 @@ namespace libtorrent
{
if (m_sequential_download)
picker().sequential_download(m_sequential_download);
// if we just finished checking and we're not a seed, we are
// likely to be unpaused
if (m_ses.m_auto_manage_time_scaler > 1)
m_ses.m_auto_manage_time_scaler = 1;
}
#ifndef TORRENT_DISABLE_EXTENSIONS