Skip to content

Commit

Permalink
service: Increase size of attestation signer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jun 11, 2024
1 parent 8f10717 commit 98c5b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-service/src/allocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ensureAttestationSigners = ({
const logger = parentLogger.child({ component: 'AttestationSignerCache' })

const cache: AttestationSignerCache = new LRUCache(null, {
maxlen: 5000,
maxlen: 10000,
})

const signers = allocations.map(async allocations => {
Expand Down

0 comments on commit 98c5b8f

Please sign in to comment.