fix: add separate timeout for instalelr (#109)
* fix(installer): add separate timeout for installer
This commit is contained in:
parent
ea28fc4e6f
commit
9d28cdebf1
4 changed files with 19 additions and 5 deletions
|
|
@ -57,6 +57,9 @@ to install them synchronously pass `{sync = true}` as an argument.
|
|||
---@type number
|
||||
timeout = 2000,
|
||||
|
||||
--- timeout for running installer commands(e.g :GoDepsInstall, :GoDepsInstallSync)
|
||||
installer_timeout = 999999,
|
||||
|
||||
-- user specified paths to binaries
|
||||
---@class gopher.ConfigCommand
|
||||
commands = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue