mirror of
https://github.com/mudler/luet.git
synced 2025-09-24 20:47:37 +00:00
Move http timeout to the general configuration
Fixes https://github.com/mudler/luet/issues/250 as now it is documented in the cli --help too.
This commit is contained in:
@@ -60,6 +60,7 @@ type LuetGeneralConfig struct {
|
||||
Debug bool `yaml:"debug,omitempty" mapstructure:"debug"`
|
||||
ShowBuildOutput bool `yaml:"show_build_output,omitempty" mapstructure:"show_build_output"`
|
||||
FatalWarns bool `yaml:"fatal_warnings,omitempty" mapstructure:"fatal_warnings"`
|
||||
HTTPTimeout int `yaml:"http_timeout,omitempty" mapstructure:"http_timeout"`
|
||||
}
|
||||
|
||||
type LuetSolverOptions struct {
|
||||
|
Reference in New Issue
Block a user