Files
warmbly/internal/app/worker/config.go
T

8 lines
73 B
Go

package worker
import "time"
const (
HeartbeatTTL = 2 * time.Minute
)