stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

Make post body size limits configurable

Open zone117x opened this issue 1 year ago • 0 comments

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

zone117x avatar Aug 19 '24 09:08 zone117x