1
0
Fork 0
forked from External/ergo

remove unnecessary indirection in config

This commit is contained in:
Shivaram Lingamneni 2021-09-19 02:09:43 -04:00
parent e0e4791f72
commit 2cae19dde5
2 changed files with 2 additions and 5 deletions

View file

@ -650,7 +650,7 @@ type Config struct {
Debug struct {
RecoverFromErrors *bool `yaml:"recover-from-errors"`
recoverFromErrors bool
PprofListener *string `yaml:"pprof-listener"`
PprofListener string `yaml:"pprof-listener"`
}
Limits Limits