increase the timeout to make the ride a little smoother for some clients

This commit is contained in:
Denis Ahrens 2007-01-20 02:50:33 +00:00
parent 27199ad1c3
commit 1a5952c3ee
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "trackerlogic.h"
#include "scan_urlencoded_query.h"
unsigned int const OT_CLIENT_TIMEOUT = 15;
unsigned int const OT_CLIENT_TIMEOUT = 30;
unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5;
static unsigned int ot_overall_connections = 0;