based on this issue and with the intention to make the portfolio data reliable. Will be possible to reduce the cache time?
Zerion doesn't even have a rate limit.
|
res.setHeader('Cache-Control', `s-maxage=${2 * ONE_HOUR}, stale-while-revalidate=${12 * ONE_HOUR}`); |
based on this issue and with the intention to make the portfolio data reliable. Will be possible to reduce the cache time?
Zerion doesn't even have a rate limit.
zerion-api-proxy/pages/api/portfolio/[addresses].ts
Line 27 in 55b12f7