From 04389d80baac95606b1213c4b600dd8391630406 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 31 Aug 2012 01:21:41 -0400 Subject: [PATCH] Drop the anti-flood delay some. --- irker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irker b/irker index 252cdee..6a7cc9d 100755 --- a/irker +++ b/irker @@ -32,7 +32,7 @@ PING_TTL = (15 * 60) # Time to live, seconds from last PING DISCONNECT_TTL = (24 * 60 * 60) # Time to live, seconds from last connect UNSEEN_TTL = 60 # Time to live, seconds since first request CHANNEL_MAX = 18 # Max channels open per socket (freenet limit) -ANTI_FLOOD_DELAY = 0.125 # Anti-flood delay after trasmissions, seconds +ANTI_FLOOD_DELAY = 0.025 # Anti-flood delay after transmissions, seconds # No user-serviceable parts below this line -- 2.26.2