Skip to content

Allow upload of larger images

Max Harmathy requested to merge fix/glance-upload-of-larger-images into devel

This change sets the read timeout to allow the upload of larger images. The read timeout setting was introduced to address CVE-2024-28869 [1] and has a default value of 60s which is too short for larger images. Setting it to 7200s (2 hours) should allow the upload of any image.

Merge request reports

Loading