allow a burst of up to 4 messages instead of 3
authorpk910 <philipp@zoelle1.de>
Tue, 25 Oct 2011 13:38:38 +0000 (15:38 +0200)
committerpk910 <philipp@zoelle1.de>
Tue, 25 Oct 2011 13:38:38 +0000 (15:38 +0200)
src/IRCQueue.c

index c30a27efb8f819f551f88fe9b7153c7e25bbd154..939956e052e29b24d1b6433831a84130f0fa6f03 100644 (file)
@@ -17,7 +17,7 @@
 #include "IRCQueue.h"
 #include "ClientSocket.h"
 
-#define MAXPENALTY 6
+#define MAXPENALTY 8 /* 4 messages */
 
 struct QueueEntry {
     char *msg;