rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

Increase CURLOPT_BUFFERSIZE #265

Open wolfv opened 2 years ago

wolfv commented 2 years ago

From our experience in the mamba project, the default receive buffer size of libcurl is relatively small. Increasing it can help a lot with the achievable download speed. Might be interesting for librepo as well :)

cross-referencing: