Skip to content

Commit

Permalink
Merge pull request #4261 from hashicorp/f-docker-progress-detection
Browse files Browse the repository at this point in the history
client/driver: remove unused const 'dockerPullProgressEmitInterval'
  • Loading branch information
nickethier committed May 7, 2018
2 parents 006c6f3 + fdef36a commit 517d0ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/driver/docker_coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ var (
imageNotFoundMatcher = regexp.MustCompile(`Error: image .+ not found`)
)

const (
// dockerPullProgressEmitInterval is the interval at which the pull progress
// is emitted to the allocation
dockerPullProgressEmitInterval = 2 * time.Minute
)

// pullFuture is a sharable future for retrieving a pulled images ID and any
// error that may have occurred during the pull.
type pullFuture struct {
Expand Down

0 comments on commit 517d0ee

Please sign in to comment.