forked from External/ergo
remove unnecessary indirection in config
This commit is contained in:
parent
e0e4791f72
commit
2cae19dde5
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue