Files
containerd/content
Justin Chadwell a8004007a2 copy: remove max number of ErrResets
If a writer continually asks to be reset then it should always succeed -
it should be the responsibility of the underlying content.Writer to
stop producing ErrReset after some amount of time and to instead return
the underlying issue - which pushWriter already does today, using the
doWithRetries function.

doWithRetries already has a separate cap for retries of 6 requests (5
retries after the original failure), and it seems like this would be
previously overridden by content.Copy's max number of 5 attempts, hiding
the original error.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2024-03-04 12:59:44 +00:00
..
2022-04-22 15:31:53 +00:00
2022-04-01 18:17:58 -07:00
2021-05-05 17:39:39 +03:00
2024-01-19 13:06:03 +01:00