Increase size of variable has bucket
This commit is contained in:
parent
e3f748d858
commit
cd1e8860dc
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ func NewDefault() Configuration {
|
||||||
LoadBalanceAlgorithm: defaultLoadBalancerAlgorithm,
|
LoadBalanceAlgorithm: defaultLoadBalancerAlgorithm,
|
||||||
VtsStatusZoneSize: "10m",
|
VtsStatusZoneSize: "10m",
|
||||||
VtsDefaultFilterKey: "$geoip_country_code country::*",
|
VtsDefaultFilterKey: "$geoip_country_code country::*",
|
||||||
VariablesHashBucketSize: 64,
|
VariablesHashBucketSize: 128,
|
||||||
VariablesHashMaxSize: 2048,
|
VariablesHashMaxSize: 2048,
|
||||||
UseHTTP2: true,
|
UseHTTP2: true,
|
||||||
ProxyStreamTimeout: "600s",
|
ProxyStreamTimeout: "600s",
|
||||||
|
|
Loading…
Reference in a new issue