From 48fd816d1700f0a362c46e1f4cc4aee8fd7cfcda Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sun, 8 Oct 2017 17:36:49 -0300 Subject: [PATCH] Increase size of variable has bucket --- pkg/nginx/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nginx/config/config.go b/pkg/nginx/config/config.go index 6f29cba7e..d83f02126 100644 --- a/pkg/nginx/config/config.go +++ b/pkg/nginx/config/config.go @@ -449,7 +449,7 @@ func NewDefault() Configuration { LoadBalanceAlgorithm: defaultLoadBalancerAlgorithm, VtsStatusZoneSize: "10m", VtsDefaultFilterKey: "$geoip_country_code country::*", - VariablesHashBucketSize: 64, + VariablesHashBucketSize: 128, VariablesHashMaxSize: 2048, UseHTTP2: true, ProxyStreamTimeout: "600s",