Skip to content

Commit bb6a22c

Browse files
authored
allow outsized headers on the upload endpoint (#18228)
because macaroons
1 parent a8ec835 commit bb6a22c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gunicorn-uploads.conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
max_requests = 32
77
max_requests_jitter = 8
88

9+
# Allow large macaroons in Authorization header, default is 8190
10+
limit_request_field_size = 8190 * 4
11+
912
worker_connections = 256
1013
timeout = 240
1114
keepalive = 2

0 commit comments

Comments
 (0)