FoamFactory / FoamFactory/archetype
Files larger than X KB are not showing correctly when retrieved from database
Open
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It appears that files larger than X KB (it looks like the limit is ~500KB) are being cut off when added to archetype. After checking the rocket configuration, `file` data limits are set to 1MB by default, and will be increased to 2MB once we set our own custom limits. Unfortunately, this appears to not be helping the issue. It's possible there is a data limit within `mysql` for the storage of data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.