Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit ed2f901

Browse files
committed
reduce to single-threaded mode in waitress
1 parent 7f79fb5 commit ed2f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
if environment == "development":
4646
app.run(port=port)
4747
else:
48-
serve(app, port=port)
48+
serve(app, port=port, threads=1)

0 commit comments

Comments
 (0)