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

fix(warp): do not use in memory lmdb cache #61

Closed dtfiedler closed 9 months ago

dtfiedler commented 9 months ago

This may be causing issues with lmdb. Ensuring lmdb does not use noSync which does not flush state to disk and is enabled by default with defaultCacheOptions.

Docs: https://github.com/kriszyp/lmdb-js#lmdb-flags

Ticket: PE-5072