From 1bd9ca89acc3f7f2becb70ce3b1b90faca67dc8c Mon Sep 17 00:00:00 2001 From: Juha Louhiranta Date: Fri, 18 Aug 2023 09:41:32 +0300 Subject: [PATCH] Increase the buffer-size for uWSGI Increasing the buffer-size will allow bigger requests which will allow e.g. to include big lists of AD-group memberships in a authentication token. Refs LINK-1448 --- .prod/uwsgi_configuration.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/.prod/uwsgi_configuration.ini b/.prod/uwsgi_configuration.ini index 8742aa481..d4d77890f 100644 --- a/.prod/uwsgi_configuration.ini +++ b/.prod/uwsgi_configuration.ini @@ -12,6 +12,7 @@ gid = nogroup enable-threads = true master = 1 socket-timeout = 60 +buffer-size = 65535 # Reload workers regularly to keep memory fresh # and ease potential memory leaks