openmobilehub / android-omh-storage

https://www.openmobilehub.org
Apache License 2.0
4 stars 1 forks source link

fix: upload small file fixes #95

Closed maciekBudzinski closed 2 months ago

maciekBudzinski commented 2 months ago

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