Skip to content

Commit

Permalink
Decrease the number of workers for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed May 9, 2024
1 parent 81f993f commit 1ed9ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/gunicorn_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bind = "unix:/srv/rfam-batch-search/gunicorn.sock"

# Worker Options
workers = 2
workers = 1
worker_class = "uvicorn.workers.UvicornWorker"

# Logging Options
Expand Down

0 comments on commit 1ed9ed4

Please sign in to comment.