Skip to content

Commit

Permalink
Merge pull request #3425 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm authored Feb 16, 2024
2 parents 5b3cc7d + f9fb066 commit db24370
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from multiprocessing import cpu_count

workers = cpu_count() * 2 + 1
workers = 4

0 comments on commit db24370

Please sign in to comment.