set content limit to 5mb
This is needed to call /api/v1/internal/bitcoin-core/decode-raw-transaction with a large hex transaction like https://mempool.space/api/tx/725cf0c5f7f90be65c6e3d85200e7015883c90f9e0cd7acaa5626c3f7d429ef9/hex
I've set it to 5mb but I'm not sure about this value, @mononaut do you have a suggestion? @wiz can this create some ops issue?
Express default is 100kb
5mb wouldn't be enough for the largest possible valid transactions, considering the 2x hex-encoding overhead, so I'd set it to at least 8mb
5mb wouldn't be enough for the largest possible valid transactions, considering the 2x hex-encoding overhead, so I'd set it to at least 8mb
Rounded up to 10mb 🤣