Skip to content

Commit

Permalink
Increase default buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Jul 15, 2021
1 parent 9ad4639 commit 4ad83d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ ENV UWSGI_WORKERS=${WORKERS:-2}
ENV UWSGI_THREADS=${THREADS:-25}
ENV UWSGI_PROTOCOL=${PROTOCOL:-http}
ENV UWSGI_SOCKET=0.0.0.0:${PORT:-5000}
ENV UWSGI_BUFFER_SIZE=${BUFFER_SIZE:-65535}

CMD ["uwsgi", "--master", "--disable-logging", "--enable-threads", "--die-on-term", "--module", "assemblyline_ui.app:app"]

0 comments on commit 4ad83d6

Please sign in to comment.