Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Aug 16, 2024
1 parent e1563c5 commit 73616f4
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 @@ -87,7 +87,7 @@ const (
// Retry settings for pulling manifests.
//
// First few retries are quick (starting with 10ms) but the backoff increases
// fast (with a multiplier of 4 capping at 5s). This is to help setups that depend on
// fast (with a multiplier of 3 capping at 5s). This is to help setups that depend on
// network pause container for communicating to image repositories which require the pause
// container to be initialized before it is ready to serve requests.
// A proper long term solution is for the pause container to have a health check and Agent to
Expand Down

0 comments on commit 73616f4

Please sign in to comment.