Files
containerd/core
Justin Chadwell e4f91c2df0 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-02-03 10:20:10 +01:00
..
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00
2024-02-02 10:35:23 -08:00
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00