1
0
mirror of https://gitea.com/gitea/graceful synced 2025-10-06 00:43:52 +02:00

Add default values (#1)

Add default values

Reviewed-on: https://gitea.com/gitea/graceful/pulls/1
This commit is contained in:
Lunny Xiao
2020-04-30 03:05:45 +00:00
parent 89827c2d4f
commit af659568fd

View File

@@ -13,9 +13,9 @@ import (
)
var (
GracefulHammerTime time.Duration
GracefulHammerTime = 60 * time.Second
StartupTimeout time.Duration
GracefulRestartable bool
GracefulRestartable = true
)
type state uint8