mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
fix(funnels): increase GET request size limit to 16k (#12381)
This commit is contained in:
parent
af613a8e64
commit
85b240aa21
@ -22,4 +22,4 @@ exec gunicorn posthog.wsgi \
|
||||
--threads=8 \
|
||||
--worker-class=gthread \
|
||||
${STATSD_HOST:+--statsd-host $STATSD_HOST:$STATSD_PORT} \
|
||||
--limit-request-line=8190 $@
|
||||
--limit-request-line=16384 $@
|
||||
|
Loading…
Reference in New Issue
Block a user