Skip to content

Commit

Permalink
Merge pull request #227 from CybercentreCanada/hotfix/uwsgi
Browse files Browse the repository at this point in the history
Increase default buffer size
  • Loading branch information
cccs-sgaron authored Jul 15, 2021
2 parents 1db5c60 + 4ad83d6 commit 460b949
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 @@ -43,5 +43,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 460b949

Please sign in to comment.