mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 04:54:32 +08:00
安装时延长API节点初始化等待时间
This commit is contained in:
@@ -168,7 +168,7 @@ func (this *InstallAction) RunPost(params struct {
|
||||
nodes.SharedAdminNode.AddSubPID(cmd.Process.Pid)
|
||||
|
||||
// 等待API节点初始化完成
|
||||
time.Sleep(2 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
|
||||
// 写入API节点配置,完成安装
|
||||
|
||||
Reference in New Issue
Block a user