Commit e20d74d9 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

must be int

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