Release 0.26.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-27 10:23:12 -03:00
parent a9f332704a
commit 6715108d8a
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
9 changed files with 231 additions and 9 deletions

View file

@ -715,7 +715,7 @@ func NewDefault() Configuration {
UseGeoIP: true,
UseGeoIP2: false,
WorkerProcesses: strconv.Itoa(runtime.NumCPU()),
WorkerShutdownTimeout: "10s",
WorkerShutdownTimeout: "240s",
VariablesHashBucketSize: 128,
VariablesHashMaxSize: 2048,
UseHTTP2: true,