Skip to content

Commit ac51417

Browse files
committed
Reduce running phase duration from 8 minutes to 5 minutes
1 parent 3c80a54 commit ac51417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/release_blob_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (c *ReleaseBlobController) handler(ctx context.Context, name string) {
150150

151151
switch blob.Status.Phase {
152152
case v1alpha1.BlobPhaseRunning:
153-
dur := 8 * time.Minute
153+
dur := 5 * time.Minute
154154
sub := time.Since(lastSeenTime)
155155
if sub < dur {
156156
c.workqueue.AddAfter(name, dur-sub)

0 commit comments

Comments
 (0)