Commit 35e79e6
Fix invalid suffix in uwsgi buffer-size value
The buffer-size was set to `32768g` but uWSGI buffer-size only accepts
plain integers (bytes). The trailing `g` is not a valid suffix and
causes the setting to be silently ignored, falling back to the default
of 4096 bytes.
See CAVEconnectome/middle_auth#74 for context on how this was discovered.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1258d96 commit 35e79e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments