Commit 66d56aba authored by Jason Madden's avatar Jason Madden

Tweak documentation for baseserver.max_accept. [skip ci]

parent 6f9c52de
......@@ -98,7 +98,7 @@ class BaseServer(object):
#: This is equivalent to libuv's `uv_tcp_simultaneous_accepts
#: <http://docs.libuv.org/en/v1.x/tcp.html#c.uv_tcp_simultaneous_accepts>`_
#: value. Setting the environment variable UV_TCP_SINGLE_ACCEPT to a true value
#: (usually 1) changes the default to 1.
#: (usually 1) changes the default to 1 (in libuv only; this does not affect gevent).
max_accept = 100
_spawn = Greenlet.spawn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment