*** empty log message ***

This commit is contained in:
Magnus Jonsson 2004-01-14 16:52:14 +00:00
parent 0afc6e6448
commit 74711069c0
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ namespace libtorrent
assert(i->connected <= local_time);
boost::posix_time::ptime next_connect=i->connected + boost::posix_time::seconds(2*60);
boost::posix_time::ptime next_connect=i->connected + boost::posix_time::seconds(10*60);
if (next_connect <= ptime)
{