Skip to content

Commit

Permalink
Merge pull request #11607 from miaoyq/remove-a-reduntand-variable
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Oct 27, 2016
2 parents 26093fa + 1ad3ad7 commit 0403599
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/image/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ func resetScheduledTags(stream *api.ImageStream) {
}
}

// retryCount is the number of times to retry on a conflict when updating an image stream
const retryCount = 2

// Next processes the given image stream, looking for streams that have DockerImageRepository
// set but have not yet been marked as "ready". If transient errors occur, err is returned but
// the image stream is not modified (so it will be tried again later). If a permanent
Expand Down

0 comments on commit 0403599

Please sign in to comment.