more threads?

This commit is contained in:
24c02 2026-01-07 13:47:01 -05:00
parent 5c1efac9f0
commit 9e7c3b7ec6

View file

@ -58,4 +58,4 @@ RUN groupadd --system --gid 1000 rails && \
chown -R rails:rails db log storage tmp
USER 1000:1000
CMD ["bundle", "exec", "good_job", "start"]
CMD ["bundle", "exec", "good_job", "start", "--max-threads=14"]