mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(pluginlist): worked on plugin list
This commit is contained in:
@@ -26,7 +26,10 @@ func StartPluginUpdateChecker() {
|
||||
return
|
||||
}
|
||||
|
||||
ticker := time.NewTicker(time.Second * 24)
|
||||
// do one check directly
|
||||
go checkForUpdates()
|
||||
|
||||
ticker := time.NewTicker(time.Minute * 10)
|
||||
for {
|
||||
select {
|
||||
case <-ticker.C:
|
||||
|
||||
Reference in New Issue
Block a user