Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/rack-iodine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV RUBY_MN_THREADS=1
ENV RACK_ENV=production
# Negative values are fractions of CPU cores
ENV WORKERS=-1
ENV THREADS=4
ENV THREADS=1

WORKDIR /app

Expand Down