feat(checker): only report an update once and do a fast update check after each manage operation

This commit is contained in:
Folke Lemaitre 2022-12-13 10:07:36 +01:00
parent f24c055fe9
commit 2a7466abad
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 10 additions and 3 deletions

View file

@ -54,7 +54,7 @@ M.defaults = {
checker = {
-- lazy can automatically check for updates
enabled = false,
concurrency = 10, -- set to 1 to very slowly check for updates
concurrency = nil, ---@type number? set to 1 to very slowly check for updates
notify = true, -- get a notification if new updates are found
frequency = 3600, -- every hour
},