gristlabs/grist-core

make limit on API request body size configurable

Open

#916 geöffnet am 27. März 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (168 Forks)batch import
good first issue

Repository-Metriken

Stars
 (3.613 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 9h) (47 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide