hugo/config
Bjørn Erik Pedersen 87b16abd93
Add HUGO_NUMWORKERMULTIPLIER
And use that to calculate number of workers, if set, else fall back to number of logical CPUs.

Also tweak the relevant related settings to match the new setup.

Also remove the setting of `runtime.GOMAXPROCS` as this has been the default behaviour since Go 1.5.

Fixes #5814
2019-04-05 10:21:25 +02:00
..
privacy config: Fix golint issues 2018-09-07 08:25:51 +02:00
services Make Page an interface 2019-03-23 18:51:22 +01:00
configLoader.go Ignore unknown config files in config dir 2019-02-01 07:47:40 +01:00
configLoader_test.go Ignore unknown config files in config dir 2019-02-01 07:47:40 +01:00
configProvider.go Make Page an interface 2019-03-23 18:51:22 +01:00
configProvider_test.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
env.go Add HUGO_NUMWORKERMULTIPLIER 2019-04-05 10:21:25 +02:00
sitemap.go Make Page an interface 2019-03-23 18:51:22 +01:00