From 74711069c0392fc0a84850274eb0ecd19a02f87c Mon Sep 17 00:00:00 2001 From: Magnus Jonsson Date: Wed, 14 Jan 2004 16:52:14 +0000 Subject: [PATCH] *** empty log message *** --- src/policy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy.cpp b/src/policy.cpp index 6bde9cad4..c30dc881e 100755 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -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) {