gristlabs/grist-core

make limit on API request body size configurable

Open

#916 ouverte le 27 mars 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)TypeScript (168 forks)batch import
good first issue

Métriques du dépôt

Stars
 (3 613 stars)
Métriques de merge PR
 (Merge moyen 11j 9h) (47 PRs mergées en 30 j)

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.

Guide contributeur