diff --git a/api/Procfile b/api/Procfile deleted file mode 100644 index 0d052ab..0000000 --- a/api/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn main:app --worker-class eventlet --threads 4 diff --git a/api/nixpacks.toml b/api/nixpacks.toml index 6114761..a3cbf1b 100644 --- a/api/nixpacks.toml +++ b/api/nixpacks.toml @@ -2,4 +2,4 @@ # cmds = ['python3 dataset_dl.py'] [start] -cmd = 'gunicorn --timeout 300 "main:app"' +cmd = 'gunicorn --timeout 300 "main:app" --threads 4'