externalcmd: increase restart pause

This commit is contained in:
aler9 2020-10-31 16:39:05 +01:00
parent 38b07ab68a
commit 4a942b4f9e

View file

@ -9,7 +9,7 @@ import (
)
const (
restartPause = 2 * time.Second
restartPause = 5 * time.Second
)
type ExternalCmd struct {