diff --git a/app/config/uwsgi.ini b/app/config/uwsgi.ini index 5790769b3259c0e58918d4d488bd3684ea5eb5a2..fd94ddcae77d97de15db7436e912ab57064b3a74 100644 --- a/app/config/uwsgi.ini +++ b/app/config/uwsgi.ini @@ -24,3 +24,6 @@ module = wsgi:app # For multithreading use lazy = true lazy-apps = true + +# Allow longer filter params +buffer-size=32768