forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
a517d0cba5
commit
b0359b8f91
|
@ -1912,8 +1912,8 @@ namespace libtorrent
|
|||
d2 = second_clock::local_time() - m_became_uninteresting;
|
||||
if (!m_interesting
|
||||
&& !m_peer_interested
|
||||
&& d1 > seconds(60)
|
||||
&& d2 > seconds(60))
|
||||
&& d1 > seconds(60 * 3)
|
||||
&& d2 > seconds(60 * 3))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue