Revert "Set resource guard to true by default."

This reverts commit a7692a664d.
This commit is contained in:
Alon Girmonsky
2024-10-29 21:49:25 -07:00
parent b7ab3da6d2
commit 629fb118e8
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ type TelemetryConfig struct {
}
type ResourceGuardConfig struct {
Enabled bool `yaml:"enabled" json:"enabled" default:"true"`
Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
}
type SentryConfig struct {