forked from security/hakurei
internal/app: do not offset base value
This value is applied to the shim, it is incorrect to offset the base value as well. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -11,6 +11,13 @@ const Tmp = "/.hakurei"
|
||||
|
||||
var AbsTmp = container.MustAbs(Tmp)
|
||||
|
||||
const (
|
||||
// DefaultWaitDelay is used when WaitDelay has its zero value.
|
||||
DefaultWaitDelay = 5 * time.Second
|
||||
// MaxWaitDelay is used if WaitDelay exceeds its value.
|
||||
MaxWaitDelay = 30 * time.Second
|
||||
)
|
||||
|
||||
// Config is used to seal an app implementation.
|
||||
type (
|
||||
Config struct {
|
||||
|
||||
Reference in New Issue
Block a user