diff --git a/pkg/services/cleanup/cleanup.go b/pkg/services/cleanup/cleanup.go index 3f5890a29f6..7730ee1dcf4 100644 --- a/pkg/services/cleanup/cleanup.go +++ b/pkg/services/cleanup/cleanup.go @@ -97,7 +97,7 @@ func (j cleanUpJob) String() string { func (srv *CleanUpService) Run(ctx context.Context) error { srv.cleanUpTmpFiles(ctx) - ticker := time.NewTicker(time.Minute * 1) + ticker := time.NewTicker(time.Minute * 10) for { select { case <-ticker.C: