Page MenuHomePhabricator

Make request size limit configurable with bodyparser config
Open, LowPublic

Description

Description

There should be a way to read .yaml config files for this kind of configuration, but we are not currently doing so. Instead, we rely on a default set in app.js.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • separate config from code

Completion checklist