Skip to content

Increasing upload speed for small files

Arnd Koeppe requested to merge arndkoeppe/kadi-apy:develop into develop

For small files, upload speed is dominated by the time.sleep delay to check for successful upload. Since we are checking chunk size anyway, we can reduce the delay for small files / single chunk uploads

Edited by Arnd Koeppe

Merge request reports