1
0
Fork 0
forked from External/ergo

make error recovery configurable

This commit is contained in:
Shivaram Lingamneni 2017-10-26 04:19:01 -04:00
parent 80968d000f
commit 7b58bf76ef
5 changed files with 28 additions and 8 deletions

View file

@ -188,7 +188,8 @@ type Config struct {
Logging []logger.LoggingConfig
Debug struct {
StackImpact StackImpactConfig
RecoverFromErrors *bool `yaml:"recover-from-errors"`
StackImpact StackImpactConfig
}
Limits struct {