datatogether/archivertools

addFile's implementation is subject to sqlite's per-row size limit

Opened this issue · 0 comments

Since addFile is just storing in the sqlite db as a BLOB object, it's subject to the default limit of ~1 Gb. To support larger files, we'd need to either separate the file in chunks, or use an alternate method of storing or uploading the files onto Data Together.