1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

Make loading service retries configurable

This commit is contained in:
niusmallnan
2019-12-19 15:03:05 +08:00
committed by niusmallnan
parent 88c5b5ef14
commit 29aaadd88c
4 changed files with 5 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ type RancherConfig struct {
RestartServices []string `yaml:"restart_services,omitempty"`
HypervisorService bool `yaml:"hypervisor_service,omitempty"`
ShutdownTimeout int `yaml:"shutdown_timeout,omitempty"`
HTTPLoadRetries int `yaml:"http_load_retries,omitempty"`
PreloadWait bool `yaml:"preload_wait,omitempty"`
}