Skip to content

Commit 5564d4a

Browse files
authored
[ruby/rack] Use 5 threads for Itsi (#10436)
Using 1 thread seems to make things slower. Try 5 threads similar to Puma.
1 parent b391686 commit 5564d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Ruby/rack/rack-itsi.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN bundle install --jobs=8
1919

2020
COPY . .
2121

22-
ENV MAX_THREADS=1
22+
ENV MAX_THREADS=5
2323

2424
EXPOSE 8080
2525

0 commit comments

Comments
 (0)