*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-04-04 23:22:39 +00:00
parent a517d0cba5
commit b0359b8f91
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}