change that 20 second interval to a 5 second interval

This commit is contained in:
Charles Kerr 2008-03-18 19:38:39 +00:00
parent f92c5fd502
commit d9b33a7055
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ onTrackerResponse( struct evhttp_request * req, void * vhash )
}
else if( 300<=responseCode && responseCode<=399 )
{
const int interval = 20;
const int interval = 5;
dbgmsg( t, "got a redirect. retrying in %d seconds", interval );
/* it's a redirect... updateAddresses() has already