[Issue #1] - Adding UpdateInterval config value to set how long to wait in between each update loop, in seconds
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-09-07 00:34:29 -04:00
parent dbbcd4292a
commit c60ef1c093
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -346,6 +346,6 @@ func main() {
}
}
time.Sleep(30 * time.Second)
time.Sleep(UpdateInterval)
}
}