CAPEv2
CAPEv2 copied to clipboard
File of size greater than 1.7GB cannot be accepted
Current Behavior and Failure Information
When a user submit a file of size greater than 1.7GB, the submission will be failed with error message such as bellow:
Cause
That is caused by the schema of the sample table on the database.
An workaround is to alter the schema to change the fize_size from type integer to bigint and update the source code.
https://github.com/kevoreilly/CAPEv2/pull/2603 will address the issue.
thank you, fixed in staging already, will be merged in more less 1 month