Skip to content

Commit

Permalink
Changed flask thread
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Jul 26, 2024
1 parent dc82f4a commit 3a1f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
gunicorn --bind 0.0.0.0:8000 app:app --timeout 120 --workers 4 --threads 2 --worker-class gthread
gunicorn --bind 0.0.0.0:8000 app:app --timeout 120 --workers 8 --threads 1 --worker-class gthread

0 comments on commit 3a1f639

Please sign in to comment.