Skip to content

Commit

Permalink
fix: set autostop notify to t minus 30 minutes (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed May 17, 2022
1 parent bb2740e commit 190210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 190210b

Please sign in to comment.