gristlabs/grist-core

make limit on API request body size configurable

Open

#916 opened on 2024年3月27日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (168 forks)batch import
good first issue

Repository metrics

Stars
 (3,613 stars)
PR merge metrics
 (平均マージ 11d 9h) (30d で 47 merged PRs)

説明

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.

コントリビューターガイド