change ephemeral default to false (#5795)

Signed-off-by: Tomas Kral <tkral@redhat.com>
This commit is contained in:
Tomas Kral
2022-06-24 17:02:34 +02:00
committed by GitHub
parent 8c99ce9209
commit d72b30c0fe
4 changed files with 24 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ const (
EphemeralSetting = "Ephemeral"
// DefaultEphemeralSetting is a default value for Ephemeral preference
DefaultEphemeralSetting = true
DefaultEphemeralSetting = false
// ConsentTelemetrySettings specifies if the user consents to telemetry
ConsentTelemetrySetting = "ConsentTelemetry"