Skip to content

Commit 0403599

Browse files
author
OpenShift Bot
authored
Merge pull request #11607 from miaoyq/remove-a-reduntand-variable
Merged by openshift-bot
2 parents 26093fa + 1ad3ad7 commit 0403599

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/image/controller/controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ func resetScheduledTags(stream *api.ImageStream) {
101101
}
102102
}
103103

104-
// retryCount is the number of times to retry on a conflict when updating an image stream
105-
const retryCount = 2
106-
107104
// Next processes the given image stream, looking for streams that have DockerImageRepository
108105
// set but have not yet been marked as "ready". If transient errors occur, err is returned but
109106
// the image stream is not modified (so it will be tried again later). If a permanent

0 commit comments

Comments
 (0)