Open DrRob opened 5 years ago
CHUNK_SIZE is 50Mb, but db_upload_file only uses db_chunked_upload_file if the file size > 150Mb...?
CHUNK_SIZE
db_upload_file
db_chunked_upload_file
CHUNK_SIZE
is 50Mb, butdb_upload_file
only usesdb_chunked_upload_file
if the file size > 150Mb...?