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:
@@ -13,9 +13,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
GracefulHammerTime time.Duration
|
||||
GracefulHammerTime = 60 * time.Second
|
||||
StartupTimeout time.Duration
|
||||
GracefulRestartable bool
|
||||
GracefulRestartable = true
|
||||
)
|
||||
|
||||
type state uint8
|
||||
|
Reference in New Issue
Block a user