We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca39e14 commit f9bcda9Copy full SHA for f9bcda9
1 file changed
varnish/docker-varnish-entrypoint
@@ -16,7 +16,8 @@ if [ "$#" -eq 0 ] || [ "${1#-}" != "$1" ]; then
16
-p thread_pool_min=5 \
17
-p thread_pool_max=500 \
18
-p thread_pool_timeout=300 \
19
- -p http_resp_size=64000 \
+ -p http_resp_size=128000 \
20
+ -p http_resp_hdr_len=16000 \
21
"$@"
22
fi
23
0 commit comments