projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e8da1
)
Typo fix.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 03:54:11 +0000
(23:54 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 03:54:11 +0000
(23:54 -0400)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index 2e37bd1f981cc191579d06e305955927a93871d5..6166b43bbff059a9f0e19e807bd4648a0acc46f4 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-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 genera
r
e less
+ # can handle a lot more concurrent sessions and genera
t
e less
# join/leave spam under heavy load.
CONNECTION_MAX = 1000
except ImportError: