Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

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

Merged
merged 1 commit into from
Nov 20, 2023
Merged

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

merged 1 commit into from
Nov 20, 2023

Conversation

dtfiedler
Copy link
Collaborator

@dtfiedler dtfiedler commented Nov 20, 2023

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

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 lmdb
@dtfiedler dtfiedler requested a review from a team as a code owner November 20, 2023 22:40
@dtfiedler dtfiedler merged commit 1ab227a into main Nov 20, 2023
6 checks passed
@dtfiedler dtfiedler deleted the lmdb-fix branch November 20, 2023 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant