Skip to content

uwsgi: use 32K buffer

clayton craft requested to merge craftyguy/mesa_perf_results:update into master

When the site is hosted on some domains where there are other apps on subdomains that use huge cookies, the resulting request to this site (which includes any cookies that attach to *.domain) can overwhelm uwsgi, causing it to return a 'bad gateway' error. This increase in buffer size seems to help prevent that.

Merge request reports