ar-io / arns-service

Koa microservice that leverages Warp to support the ArNS Portal and ar.io observers.
https://api.arns.app
GNU Affero General Public License v3.0
19 stars 4 forks source link

chore(cache): bump read through promise cache capacity #62

Closed dtfiedler closed 9 months ago

dtfiedler commented 9 months ago

We are using very little memory (<10% on average) and this will avoid thrashing of the cache when various requets come in.

image