Skip to content

Commit

Permalink
Increase the buffer-size for uWSGI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
charn committed Aug 18, 2023
1 parent a3dbcf3 commit 1bd9ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prod/uwsgi_configuration.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bd9ca8

Please sign in to comment.