File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
106106
107107
108108API_VERSION = "1.13.1"
109- VERSION = "4.0.14 "
109+ VERSION = "4.0.15 "
110110PROJECT = "PythonOpenBMCLAPI"
111111USER_AGENT = f"openbmclapi-cluster/{ API_VERSION } { PROJECT } /{ VERSION } "
112112ROOT_PATH = Path (__file__ ).parent .parent
@@ -117,6 +117,11 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
117117 "advanced.access_log" : False ,
118118 "advanced.host" : "" ,
119119 "advanced.concurrency_enable_cluster" : False ,
120+ "advanced.cluster_up_failed_times" : 90 ,
121+ "advanced.cluster_up_failed_interval" : "24h" ,
122+ "advanced.base_url" : "https://openbmclapi.bangbang93.com" ,
123+ "advanced.bd_url" : "https://bd.bangbang93.com" ,
124+ "advanced.storage_measure" : False ,
120125 "web.port" : 6543 ,
121126 "web.public_port" : 6543 ,
122127 "web.proxy" : False ,
You can’t perform that action at this time.
0 commit comments