gristlabs/grist-core

make limit on API request body size configurable

開放

#916 建立於 2024年3月27日

 (2 則留言) (0 個反應) (0 位負責人)TypeScript (168 個分叉)batch import
good first issue

倉庫指標

星標
 (3,613 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南