mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-07-11 01:19:17 +00:00
Run flask server multithreaded
This commit is contained in:
@@ -42,4 +42,4 @@ def hello():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host='0.0.0.0', port=80, debug=True)
|
||||
app.run(host='0.0.0.0', port=80, debug=True, threaded=True)
|
||||
|
||||
Reference in New Issue
Block a user