make force recheck a bit more robust by initializing the progress state immediately
This commit is contained in:
parent
176d57ab8c
commit
3231aa4c9d
|
@ -2659,6 +2659,10 @@ namespace libtorrent
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
m_progress_ppm = 0;
|
||||||
|
m_checking_piece = 0;
|
||||||
|
m_num_checked_pieces = 0;
|
||||||
|
|
||||||
set_state(torrent_status::checking_files);
|
set_state(torrent_status::checking_files);
|
||||||
if (m_auto_managed) pause(true);
|
if (m_auto_managed) pause(true);
|
||||||
if (should_check_files()) start_checking();
|
if (should_check_files()) start_checking();
|
||||||
|
|
Loading…
Reference in New Issue