Only need 2 threads

This commit is contained in:
swaggboi 2022-02-17 21:35:34 -05:00
parent f05f2c4d6d
commit 1e9f61d7de

View File

@ -17,4 +17,4 @@ RUN bundle install
EXPOSE 4567
# Send it
CMD ["bundle", "exec", "puma", "-p", "4567", "-e", "production"]
CMD ["bundle", "exec", "puma", "-p", "4567", "-t", "2", "-e", "production"]