mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: set autostop notify to t minus 30 minutes (#1513)
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user