1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-14 17:00:07 +00:00

Increase send timeout. Also use an own variable for that.

This commit is contained in:
erdgeist 2007-10-17 23:41:37 +00:00
parent 32f17413fa
commit be117f96a2

View File

@ -23,6 +23,7 @@ typedef time_t ot_time;
/* Some tracker behaviour tunable */ /* Some tracker behaviour tunable */
#define OT_CLIENT_TIMEOUT 30 #define OT_CLIENT_TIMEOUT 30
#define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5
#define OT_CLIENT_TIMEOUT_SEND (60*15)
#define OT_CLIENT_REQUEST_INTERVAL (60*30) #define OT_CLIENT_REQUEST_INTERVAL (60*30)
#define OT_CLIENT_REQUEST_VARIATION (60*6) #define OT_CLIENT_REQUEST_VARIATION (60*6)