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

Commit

Permalink
chore(warp): ower max entries per contract in db
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 28, 2024
1 parent c8d2714 commit 9880619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const warp = WarpFactory.forMainnet(
dbLocation: `./cache/warp/sqlite/state`,
},
{
maxEntriesPerContract: 1_000_000,
maxEntriesPerContract: 100_000,
},
),
)
Expand Down

0 comments on commit 9880619

Please sign in to comment.