mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat: added opts.git.cooldown
to allow updating plugins on slow connections. Fixes #1656
This commit is contained in:
parent
839f9e78e7
commit
d5686efbd0
3 changed files with 20 additions and 1 deletions
|
@ -41,6 +41,10 @@ M.defaults = {
|
|||
rate = 2,
|
||||
duration = 5 * 1000, -- in ms
|
||||
},
|
||||
-- Time in seconds to wait before running fetch again for a plugin.
|
||||
-- Repeated update/check operations will not run again until this
|
||||
-- cooldown period has passed.
|
||||
cooldown = 0,
|
||||
},
|
||||
pkg = {
|
||||
enabled = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue