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

Typo fix.

parent 83e8da18
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ try:
green_threads = True
# With greenlets we don't worry about thread exhaustion, only the
# file descriptor limit (typically 1024 on modern Unixes). Thus we
# can handle a lot more concurrent sessions and generare less
# can handle a lot more concurrent sessions and generate less
# join/leave spam under heavy load.
CONNECTION_MAX = 1000
except ImportError:
......
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