Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 990a04e

Browse files
committed
config: raise the default puma workers number
This is needed to keep up with the requirements of deleting namespaces. Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent 94f7837 commit 990a04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Workers and connections.
88
threads 1, ENV.fetch("PORTUS_PUMA_MAX_THREADS") { 4 }.to_i
9-
workers ENV.fetch("PORTUS_PUMA_WORKERS") { 2 }.to_i
9+
workers ENV.fetch("PORTUS_PUMA_WORKERS") { 4 }.to_i
1010

1111
# We can bind in three different ways:
1212
#

0 commit comments

Comments
 (0)