Skip to content

Commit

Permalink
8 KB buffer for spc uwsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Apr 4, 2019
1 parent 35424a2 commit 05c70a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spcgeonode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
retries: 1
start_period: 60s
entrypoint: ["/spcgeonode/scripts/spcgeonode/django/docker-entrypoint.sh"]
command: "uwsgi --chdir=/spcgeonode --module=geonode.wsgi --socket=:8000 --http=127.0.0.1:8001 --processes=5"
command: "uwsgi --chdir=/spcgeonode --module=geonode.wsgi --socket=:8000 --http=127.0.0.1:8001 --processes=5 --buffer-size=8192"

# Celery worker that executes celery tasks created by Django.
celery:
Expand Down

0 comments on commit 05c70a3

Please sign in to comment.