Merge pull request #1505 from aledbf/master
Increase size of variable hash bucket
This commit is contained in:
commit
1fd4794d1d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue