Skip to content

Commit 2ccc384

Browse files
committed
increase expiration timeout
1 parent 4110d1d commit 2ccc384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/instancemgmt/instance_manager.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ var (
2121
})
2222
disposeTTL = 5 * time.Second
2323

24-
instanceTTL = 1 * time.Hour
25-
instanceCleanup = 2 * time.Hour
24+
instanceTTL = 24 * time.Hour
25+
instanceCleanup = 48 * time.Hour
2626
)
2727

2828
// Instance is a marker interface for an instance.

0 commit comments

Comments
 (0)