fix: set autostop notify to t minus 30 minutes (#1513)

This commit is contained in:
Cian Johnston
2022-05-17 16:14:10 +01:00
committed by GitHub
parent bb2740e7c3
commit 190210b18d
+1 -1
View File
@@ -27,7 +27,7 @@ import (
)
var autostopPollInterval = 30 * time.Second
var autostopNotifyCountdown = []time.Duration{5 * time.Minute}
var autostopNotifyCountdown = []time.Duration{30 * time.Minute}
func ssh() *cobra.Command {
var (