From a50bcb90a6201732be5f301eff2e92647eb54a4f Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 14 Sep 2020 21:13:19 +0800 Subject: [PATCH] rename function --- core/proc/shutdown.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/proc/shutdown.go b/core/proc/shutdown.go index d487fe63..a0d1c3da 100644 --- a/core/proc/shutdown.go +++ b/core/proc/shutdown.go @@ -32,7 +32,7 @@ func AddWrapUpListener(fn func()) (waitForCalled func()) { return wrapUpListeners.addListener(fn) } -func SetTimeoutToForceQuit(duration time.Duration) { +func SetTimeToForceQuit(duration time.Duration) { delayTimeBeforeForceQuit = duration }