fix(installer): add separate timeout for installer

This commit is contained in:
Oleksandr Smirnov 2025-03-30 17:11:42 +03:00
parent ea28fc4e6f
commit 13e7b8d7ab
No known key found for this signature in database
3 changed files with 16 additions and 5 deletions

View file

@ -25,6 +25,9 @@ local default_config = {
---@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 = {