Skip to content
Snippets Groups Projects
Commit f86f2c0d authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Increase uwsgi buffer-size

Fix failure for ajax request GET /inventory/_retrieve_items?draw=7&columns...:
invalid request block size: 5574 (max 4096)...skip
	# Please enter the commit message for your changes. Lines starting
parent 36ed48df
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,4 @@ test_image: ## run the tests (on the latest image)
docker-compose -f docker-compose.yml run --rm web
run_uwsgi: ## run the application with uwsgi (to test prod env)
docker-compose run -p 8000:8000 --rm web uwsgi --master --http 0.0.0.0:8000 --http-keepalive --manage-script-name --mount /csentry=wsgi.py --callable app --uid ics --processes 2
docker-compose run -p 8000:8000 --rm web uwsgi --master --http 0.0.0.0:8000 --http-keepalive --manage-script-name --mount /csentry=wsgi.py --callable app --uid ics --processes 2 -b 16384
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment