gristlabs/grist-core

make limit on API request body size configurable

Open

#916 aperta il 27 mar 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (168 fork)batch import
good first issue

Metriche repository

Star
 (3613 star)
Metriche merge PR
 (Merge medio 11g 9h) (47 PR mergiate in 30 g)

Descrizione

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.

Guida contributor