Skip to content

Commit 32842a1

Browse files
committed
examples/deepzoom_server: Enable multithreading
1 parent 24bd644 commit 32842a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deepzoom/deepzoom_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ def slugify(text, delim=u'-'):
156156
pass
157157
load_slide()
158158

159-
app.run(host=opts.host, port=opts.port)
159+
app.run(host=opts.host, port=opts.port, threaded=True)

0 commit comments

Comments
 (0)