Commit 65192bcd authored by Denis Bilenko's avatar Denis Bilenko

increase default backlog in http server. Thanks to Nicholas Piël.

parent ba151d09
......@@ -11,7 +11,7 @@ import _socket as socket
class HTTPServer(object):
spawn = Greenlet.spawn # set to None to avoid spawning at all
backlog = 5
backlog = 256
def __init__(self, handle=None, spawn='default'):
self.listeners = []
......
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