From 59ffc0287273d7a369232a9f2a18483bb5e9cb23 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 6 Nov 2007 19:54:52 +0000 Subject: [PATCH] Limit the number of irc rename retries even more. --- src/net/common/ircthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/ircthread.cpp b/src/net/common/ircthread.cpp index 89112e79..6feb7a6c 100644 --- a/src/net/common/ircthread.cpp +++ b/src/net/common/ircthread.cpp @@ -30,7 +30,7 @@ using namespace std; #define IRC_WAIT_TERMINATION_MSEC 500 -#define IRC_MAX_RENAME_TRIES 10 +#define IRC_MAX_RENAME_TRIES 5 struct IrcContext