americanas-tech / restQL-golang

Microservice query language and platform
http://restql.b2w.io/
MIT License
17 stars 8 forks source link

fix(conf): the 'web' namespace was renamed to 'http' #37

Closed wedneyyuri closed 4 years ago

wedneyyuri commented 4 years ago

all the default values under 'http' were not working since the rename

for example the http.DefaultMaxIdleConnsPerHost is "2" and it's the default value of Transport's MaxIdleConnsPerHost, by default we were reducing the application performance.

wedneyyuri commented 4 years ago

reference: https://github.com/b2wdigital/restQL-golang/blob/master/internal/platform/conf/conf.go#L69