Increase size of variable has bucket
This commit is contained in:
parent
a406c4f7d9
commit
48fd816d17
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