1
0
mirror of https://github.com/rancher/os.git synced 2025-09-09 18:50:04 +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

@@ -55,6 +55,7 @@ var schema = `{
"restart_services": {"type": "array"},
"hypervisor_service": {"type": "boolean"},
"shutdown_timeout": {"type": "integer"},
"http_load_retries": {"type": "integer"},
"preload_wait": {"type": "boolean"}
}
},