2
0

fix(config): Enable http-chunked-input for UWSGI (#376)

Fixes getsentry/sentry#16596
This commit is contained in:
Burak Yigit Kaya
2020-02-03 19:15:40 +03:00
committed by GitHub
parent 37d6166032
commit fd9bd107df

View File

@ -158,6 +158,7 @@ SENTRY_WEB_OPTIONS = {
# This is needed to prevent https://git.io/fj7Lw
"uwsgi-socket": None,
"http-keepalive": True,
"http-chunked-input": True,
"memory-report": False,
# 'workers': 3, # the number of web workers
}