Skip to content

Commit 7025076

Browse files
committed
inreased uwsgi buffer size to 32KiB
1 parent b157dde commit 7025076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ EXPOSE 5000
1515
ENV PYTHONPATH /usr/src/app
1616
ENV FLASK_APP pload.app
1717

18-
CMD ["uwsgi", "--master", "--http", ":5000", "--processes", "4", "--harakiri", "90", "--module", "pload.app", "--callable", "app"]
18+
CMD ["uwsgi", "--master", "--http", ":5000", "-b", "32768", "--processes", "4", "--harakiri", "90", "--module", "pload.app", "--callable", "app"]

0 commit comments

Comments
 (0)