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 }