From 888b78760ecfe9582fbf80815a0fd2f72e546b89 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 17 May 2022 16:03:44 +0100 Subject: [PATCH] fix: set autostop notify to t minus 30 minutes --- cli/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/ssh.go b/cli/ssh.go index 7b3bf2ae9bddd..4ccaa241d5902 100644 --- a/cli/ssh.go +++ b/cli/ssh.go @@ -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 (