From: pk910 Date: Tue, 25 Oct 2011 13:38:38 +0000 (+0200) Subject: allow a burst of up to 4 messages instead of 3 X-Git-Tag: v5.3~249 X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=3375f6f2cc124e08e9ab5bbe1fe0c2445a0db154 allow a burst of up to 4 messages instead of 3 --- diff --git a/src/IRCQueue.c b/src/IRCQueue.c index c30a27e..939956e 100644 --- a/src/IRCQueue.c +++ b/src/IRCQueue.c @@ -17,7 +17,7 @@ #include "IRCQueue.h" #include "ClientSocket.h" -#define MAXPENALTY 6 +#define MAXPENALTY 8 /* 4 messages */ struct QueueEntry { char *msg;