Skip to content

Commit 6bb14fc

Browse files
committed
fix: increase uwsgi buffer-size, allow larger paths
allow larger HTTP paths such as batches coming from the 'to quickstatements' button on Commons fixes #437
1 parent 79aa3f3 commit 6bb14fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uwsgi.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[uwsgi]
22
static-map = /static=/data/project/qs-dev/www/python/src/static
33
log-maxsize = 10485760
4-
buffer-size = 8192
4+
buffer-size = 32768
55
enable-threads = true
66

77
master = true

0 commit comments

Comments
 (0)