dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

`max-response-bytes`: Update the max response bytes #129

Closed dfinity-ryancroote closed 1 year ago

dfinity-ryancroote commented 1 year ago

After deploying the canister earlier, it was noticed that we need to raise the max response bytes values as KuCoin and the Bank of Israel were primarily failing as the responses were too large. This PR resolves this issue by raising the default for exchanges to 1KiB and raising the Bank of Israel to 10 KiB.