diff --git a/packages/indexer-service/src/allocations.ts b/packages/indexer-service/src/allocations.ts index 7dad94337..5b6deabfe 100644 --- a/packages/indexer-service/src/allocations.ts +++ b/packages/indexer-service/src/allocations.ts @@ -36,9 +36,7 @@ export const ensureAttestationSigners = ({ }: EnsureAttestationSignersOptions): Eventual => { const logger = parentLogger.child({ component: 'AttestationSignerCache' }) - const cache: AttestationSignerCache = new LRUCache(null, { - maxlen: 20000, - }) + const cache: AttestationSignerCache = new LRUCache() const signers = allocations.map(async allocations => { logger.info(`Update attestation signers`)