Update default VariablesHashBucketSize value to 256 (#5150)
This commit is contained in:
parent
ca01d01457
commit
c5db20ace4
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ func NewDefault() Configuration {
|
||||||
UseGeoIP2: false,
|
UseGeoIP2: false,
|
||||||
WorkerProcesses: strconv.Itoa(runtime.NumCPU()),
|
WorkerProcesses: strconv.Itoa(runtime.NumCPU()),
|
||||||
WorkerShutdownTimeout: "240s",
|
WorkerShutdownTimeout: "240s",
|
||||||
VariablesHashBucketSize: 128,
|
VariablesHashBucketSize: 256,
|
||||||
VariablesHashMaxSize: 2048,
|
VariablesHashMaxSize: 2048,
|
||||||
UseHTTP2: true,
|
UseHTTP2: true,
|
||||||
ProxyStreamTimeout: "600s",
|
ProxyStreamTimeout: "600s",
|
||||||
|
|
Loading…
Reference in a new issue