mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
0.59 beta
This commit is contained in:
@@ -3,5 +3,5 @@ package util
|
||||
import ()
|
||||
|
||||
const (
|
||||
VERSION = "0.58"
|
||||
VERSION = "0.59 beta"
|
||||
)
|
||||
|
@@ -14,6 +14,7 @@ func OnInterrupt(fn func()) {
|
||||
signal.Notify(signalChan,
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGALRM,
|
||||
syscall.SIGHUP,
|
||||
syscall.SIGINT,
|
||||
syscall.SIGTERM,
|
||||
|
Reference in New Issue
Block a user