diff options
Diffstat (limited to 'extras/hs-test/resources')
-rw-r--r-- | extras/hs-test/resources/nginx/vcl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/resources/nginx/vcl.conf b/extras/hs-test/resources/nginx/vcl.conf index 737b8a87ea9..cfcd5d2e959 100644 --- a/extras/hs-test/resources/nginx/vcl.conf +++ b/extras/hs-test/resources/nginx/vcl.conf @@ -4,6 +4,7 @@ vcl { add-segment-size 4000000000 rx-fifo-size 4000000 tx-fifo-size 4000000 + event-queue-size 100000 use-mq-eventfd app-socket-api /tmp/nginx/var/run/app_ns_sockets/default |