Set development process to threaded

This commit is contained in:
Jeremy Zhang
2017-04-21 22:53:45 -07:00
parent 52af78ade3
commit 25e35b650d
+1 -1
View File
@@ -32,4 +32,4 @@ def init_debug():
if __name__ == "__main__":
init_debug()
app.run(host="0.0.0.0",port=3000,debug=True)
app.run(host="0.0.0.0",port=3000,debug=True,processes=3)