]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Increase send timeout. Also use an own variable for that.
authorerdgeist <>
Wed, 17 Oct 2007 23:41:37 +0000 (23:41 +0000)
committererdgeist <>
Wed, 17 Oct 2007 23:41:37 +0000 (23:41 +0000)
trackerlogic.h

index 596324ecde71a5ba11ae91c4d851a74081598996..1b553887f1b6d591dce4eb0daf0d08d34d196eef 100644 (file)
@@ -23,6 +23,7 @@ typedef time_t         ot_time;
 /* Some tracker behaviour tunable */
 #define OT_CLIENT_TIMEOUT 30
 #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5
+#define OT_CLIENT_TIMEOUT_SEND (60*15)
 #define OT_CLIENT_REQUEST_INTERVAL (60*30)
 #define OT_CLIENT_REQUEST_VARIATION (60*6)