mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add workers
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user