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

Commit

Permalink
chore(warp): bump max entries per contract to 10M
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 16, 2024
1 parent f205316 commit 2b5e1f0
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 @@ -46,7 +46,7 @@ export const warp = WarpFactory.forMainnet(
dbLocation: `./cache/warp/sqlite/state`,
},
{
maxEntriesPerContract: 10000,
maxEntriesPerContract: 10_000_000,
},
),
);
Expand Down

0 comments on commit 2b5e1f0

Please sign in to comment.