Add workers

This commit is contained in:
Maksym Pavlenko
2017-07-19 19:32:29 -07:00
parent fefeacfca3
commit 30ab379d8a
+1 -1
View File
@@ -112,4 +112,4 @@ def _choose_format(quality, url):
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5002)
app.run(host='0.0.0.0', port=5002, workers=16)