Commit cbe30c3
Fix invalid suffix in uwsgi buffer-size value (#99)
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 303a22e commit cbe30c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments