mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(checker): only report an update once and do a fast update check after each manage operation
This commit is contained in:
parent
f24c055fe9
commit
2a7466abad
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue