Skip to content
Snippets Groups Projects
Commit 33347618 authored by AlexStocks's avatar AlexStocks
Browse files

Mod:survialTimeout -> fastFailTimeout

parent ee048032
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ func initSignal() {
os.Exit(1)
})
// 要么survialTimeout时间内执行完毕下面的逻辑然后程序退出,要么执行上面的超时函数程序强行退出
// 要么fastFailTimeout时间内执行完毕下面的逻辑然后程序退出,要么执行上面的超时函数程序强行退出
uninitClient()
fmt.Println("app exit now...")
return
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment