Is your feature request related to a problem? Please describe.
This PR introduced HTTP Timeouts: https://github.com/project-zot/zot/pull/3984/changes
I did not bisect it down to this, but I know since using this version (.17), some of our very large images fail to upload. I understand the timeouts are a good thing, but debugging was a bit difficult. I eventually found the go exception about TCP timeout. But I wonder if it was possible to have a clearer error message. Or loosed the timeouts a little bit.
It was a ~3gb OCI image uploaded with about 10mb/s.
Ot have a clearer note on the .17 Changelog that hints at such potential problems.
If you disagree, feel free to close this issue!
I will try to reconfigure the timeouts and update zot again, tho I have to set up a quick test environment some time next weeks since I do not want to test it on our production zot. Will report if my analysis was completely wrong.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
This PR introduced HTTP Timeouts: https://github.com/project-zot/zot/pull/3984/changes
I did not bisect it down to this, but I know since using this version (.17), some of our very large images fail to upload. I understand the timeouts are a good thing, but debugging was a bit difficult. I eventually found the go exception about TCP timeout. But I wonder if it was possible to have a clearer error message. Or loosed the timeouts a little bit.
It was a ~3gb OCI image uploaded with about 10mb/s.
Ot have a clearer note on the .17 Changelog that hints at such potential problems.
If you disagree, feel free to close this issue!
I will try to reconfigure the timeouts and update zot again, tho I have to set up a quick test environment some time next weeks since I do not want to test it on our production zot. Will report if my analysis was completely wrong.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response