Skip to content

Commit

Permalink
Merge branch 'main' into feature/stylelint-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
underdarknl authored Aug 31, 2023
2 parents ea30eff + 2b7e4ac commit a44b6eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import multiprocessing

workers = multiprocessing.cpu_count() * 2 + 1
workers = 3
bind = ["127.0.0.1:8003"]
4 changes: 1 addition & 3 deletions bytes/packaging/deb/data/etc/kat/bytes.gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import multiprocessing

workers = multiprocessing.cpu_count() * 2 + 1
workers = 3
bind = ["127.0.0.1:8002"]
5 changes: 1 addition & 4 deletions keiko/packaging/deb/data/etc/kat/keiko.gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
"""Keiko gunicorn configuration file."""
import multiprocessing

workers = multiprocessing.cpu_count() * 2 + 1
workers = 2
bind = ["127.0.0.1:8005"]
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import multiprocessing

workers = multiprocessing.cpu_count() * 2 + 1
workers = 4
bind = ["127.0.0.1:8001"]

0 comments on commit a44b6eb

Please sign in to comment.