Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit de35084

Browse files
committed
Fix time interval o match docs
1 parent 9daf162 commit de35084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/internal/telemetry/telemetry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ type telemetryData struct {
4545
func Loop(apiClient client.Client, log logr.Logger) {
4646
log.Info("The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://www.securecodebox.io/telemetry")
4747

48-
// Wait until controller cache is initialized
49-
time.Sleep(10 * time.Second)
48+
// Wait 1hour to give users time to uninstall / disable telemetry
49+
time.Sleep(1 * time.Hour)
5050

5151
for {
5252
var version string

0 commit comments

Comments
 (0)