mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore(idlesleep): increase wake/sleep timeout to 3 minutes
This commit is contained in:
parent
1e790be70c
commit
03401488f6
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ const (
|
|||
HealthCheckIntervalDefault = 5 * time.Second
|
||||
HealthCheckTimeoutDefault = 5 * time.Second
|
||||
|
||||
WakeTimeoutDefault = "30s"
|
||||
StopTimeoutDefault = "30s"
|
||||
WakeTimeoutDefault = "3m"
|
||||
StopTimeoutDefault = "3m"
|
||||
StopMethodDefault = "stop"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue