mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
client/driver: remove unused const 'dockerPullProgressEmitInterval'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user