Skip to content

Commit

Permalink
Merge pull request #138 from robertlestak/patch-1
Browse files Browse the repository at this point in the history
increase uwsgi buffer-size to 32768
  • Loading branch information
se1exin authored May 19, 2024
2 parents 45471d7 + fbe7723 commit 44b86ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ COPY --from=build-stage /frontend/build/static/css /app/static/css
COPY --from=build-stage /frontend/build/static/js /app/static/js
RUN mkdir -p $CONFIG_DIR

# copied from here: https://github.com/se1exin/Cleanarr/issues/135#issuecomment-2091709103
RUN echo "buffer-size=32768" >> /app/uwsgi.ini

0 comments on commit 44b86ca

Please sign in to comment.