andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.57k stars 1.08k forks source link

CHUNK_SIZE unused if file size < 150Mb #477

Open DrRob opened 5 years ago

DrRob commented 5 years ago

CHUNK_SIZE is 50Mb, but db_upload_file only uses db_chunked_upload_file if the file size > 150Mb...?