Closed maciekBudzinski closed 2 months ago
This PR fixes uploading of small files (on the demo example it's 1 byte file) by changing the small file size treshold from 1 byte to 1 megabyte.
Before (timeout):
https://github.com/user-attachments/assets/9d38fdb6-bb54-4560-bb10-19b630def9ca
After:
https://github.com/user-attachments/assets/59e95f21-cde7-49cf-9cce-e9cecb1be263
Closes: OMHD-545
Summary
This PR fixes uploading of small files (on the demo example it's 1 byte file) by changing the small file size treshold from 1 byte to 1 megabyte.
Demo
Before (timeout):
https://github.com/user-attachments/assets/9d38fdb6-bb54-4560-bb10-19b630def9ca
After:
https://github.com/user-attachments/assets/59e95f21-cde7-49cf-9cce-e9cecb1be263
Checklist:
Closes: OMHD-545