Skip to content

Commit

Permalink
adjusting time to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 25, 2024
1 parent f90c327 commit 49102cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/spks.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func SpksCMD(allMetrics map[string]map[string]prometheus.Counter, ctx context.Co

odooClient := odoo.NewOdooAPIClient(c.Context, odooURL, odooOauthTokenURL, odooClientId, odooClientSecret, logger, allMetrics["odooMetrics"])

ticker := time.NewTicker(5 * time.Second)
ticker := time.NewTicker(24 * time.Hour)

firstTime := make(chan bool, 1)
firstTime <- true
Expand Down

0 comments on commit 49102cf

Please sign in to comment.