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

Commit

Permalink
Merge pull request #66 from ar-io/set-memory-warp
Browse files Browse the repository at this point in the history
fix(warp): set `inMemory` to `false` for sqlite database
  • Loading branch information
dtfiedler authored Nov 27, 2023
2 parents dda854e + a4c2020 commit 5893994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middleware/warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const warp = WarpFactory.forMainnet(
new SqliteContractCache(
{
...defaultCacheOptions,
inMemory: false,
dbLocation: `./cache/warp/sqlite/state`,
},
{
Expand Down

0 comments on commit 5893994

Please sign in to comment.