Delay first version check
This commit is contained in:
parent
adef7200f6
commit
c94e5f3589
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ func CreateKvSource(traefikConfiguration *TraefikConfiguration) (*staert.KvSourc
|
|||
func checkNewVersion() {
|
||||
ticker := time.NewTicker(24 * time.Hour)
|
||||
safe.Go(func() {
|
||||
time.Sleep(10 * time.Minute)
|
||||
version.CheckNewVersion()
|
||||
for {
|
||||
select {
|
||||
|
|
Loading…
Reference in a new issue