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

Drop the anti-flood delay some.

parent ef6babad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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