阶段性提交

This commit is contained in:
GoEdgeLab
2021-06-17 21:17:43 +08:00
parent ba26c4e255
commit 68538170ed
10 changed files with 181 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ func (this *InstallAction) RunPost(params struct {
Username: adminMap.GetString("username"),
Password: adminMap.GetString("password"),
})
// 这里我们尝试多次是为了当代API节点启动完毕
// 这里我们尝试多次是为了等待API节点启动完毕
if err != nil {
time.Sleep(1 * time.Second)
}