Skip to content

Commit

Permalink
Decrease multiplier to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Aug 19, 2024
1 parent c63f5ff commit ed7dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/dockerclient/dockerapi/docker_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (
maximumManifestPullRetries = 9
minimumManifestPullRetryDelay = 10 * time.Millisecond
maximumManifestPullRetryDelay = 5 * time.Second
manifestPullRetryDelayMultiplier = 4
manifestPullRetryDelayMultiplier = 3
manifestPullRetryJitterMultiplier = 0.2

// retry settings for pulling images
Expand Down

0 comments on commit ed7dc94

Please sign in to comment.