Drop the anti-flood delay some.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 31 Aug 2012 05:21:41 +0000 (01:21 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 31 Aug 2012 05:21:41 +0000 (01:21 -0400)
irker

diff --git a/irker b/irker
index 252cdeea362d6b765cfebb97419bf239c15b5d2e..6a7cc9d01f375ba1b73b3b987238ec7dc52c3c54 100755 (executable)
--- 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