stacks-blockchain-api
stacks-blockchain-api copied to clipboard
Make post body size limits configurable
These constants in the codebase should be configurable:
- [ ] Event-server post body size limit https://github.com/hirosystems/stacks-blockchain-api/blob/3d7f7b76a7b8ff783cd828d30acd1132c7342798/src/event-stream/event-server.ts#L931
- [ ] RPC proxy post body size limit https://github.com/hirosystems/stacks-blockchain-api/blob/3d7f7b76a7b8ff783cd828d30acd1132c7342798/src/api/routes/core-node-rpc-proxy.ts#L111