gristlabs/grist-core
Ver no GitHubmake limit on API request body size configurable
Open
#916 aberto em 27 de mar. de 2024
good first issue
Métricas do repositório
- Stars
- (3.613 stars)
- Métricas de merge de PR
- (Mesclagem média 11d 9h) (47 fundiu PRs em 30d)
Description
There is a limit set on the maximum API request body size. That limit is currently hardcoded to 1mb (https://github.com/gristlabs/grist-help/pull/320#issuecomment-2021537352). It would be good to make this configurable, in the same way that related parameters like GRIST_MAX_UPLOAD_IMPORT_MB and GRIST_MAX_UPLOAD_ATTACHMENT_MB are.