Skip to content

Commit 0748f3a

Browse files
johnstcnkylecarbs
authored andcommitted
fix: set autostop notify to t minus 30 minutes (#1513)
1 parent bdf0a0e commit 0748f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ssh.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
var autostopPollInterval = 30 * time.Second
30-
var autostopNotifyCountdown = []time.Duration{5 * time.Minute}
30+
var autostopNotifyCountdown = []time.Duration{30 * time.Minute}
3131

3232
func ssh() *cobra.Command {
3333
var (

0 commit comments

Comments
 (0)