Commit 89ec4668 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

must be int

parent 63fbce92
...@@ -197,7 +197,7 @@ def runwsgi(): ...@@ -197,7 +197,7 @@ def runwsgi():
webdav_ports=[port] if args.webdav else ()), webdav_ports=[port] if args.webdav else ()),
listen=args.address, listen=args.address,
logger=logging.getLogger("access"), logger=logging.getLogger("access"),
threads=getattr(conf, 'zserver_threads', None), threads=getattr(conf, 'zserver_threads', 4),
asyncore_use_poll=True, asyncore_use_poll=True,
# Prevent waitress from adding its own Via and Server response headers. # Prevent waitress from adding its own Via and Server response headers.
ident=None, ident=None,
......
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