Commit 59b4c5e0 authored by Aurel's avatar Aurel

must be int

parent cd0a1818
...@@ -180,5 +180,5 @@ def runwsgi(): ...@@ -180,5 +180,5 @@ 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),
).run() ).run()
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