]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Update fasttrack timeout (to match the error message).
authorGunnar Beutner <redacted>
Fri, 12 Jul 2013 21:46:23 +0000 (23:46 +0200)
committerGunnar Beutner <redacted>
Fri, 12 Jul 2013 21:46:23 +0000 (23:46 +0200)
--HG--
branch : shroudrequest

request/request_fasttrack.h

index 7ed689e0bb40aa11e403680aa0b7756265aa8e00..884d8b16ec5d4c869165c694fd151f3da50cde5c 100644 (file)
@@ -2,7 +2,7 @@
 #include "../channel/channel.h"
 
 #define RQ_FASTTRACK_TARGETS 2
-#define RQ_FASTTRACK_TIMEOUT (4 * 60 * 60)
+#define RQ_FASTTRACK_TIMEOUT (60 * 60)
 
 int rq_initfasttrack(void);
 void rq_finifasttrack(void);