Skip to content
Snippets Groups Projects
Commit c66451e6 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

We have a report that irc.freenode.net requires 0.5sec of anti-flood delay...

...and 0.2sec is not enough.
parent fb63b4f4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,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 (default)
ANTI_FLOOD_DELAY = 0.125 # Anti-flood delay after transmissions, seconds
ANTI_FLOOD_DELAY = 0.5 # Anti-flood delay after transmissions, seconds
ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check
# No user-serviceable parts below this line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment