diff --git a/packages/indexer-service/src/allocations.ts b/packages/indexer-service/src/allocations.ts index c6dc98d64..7dad94337 100644 --- a/packages/indexer-service/src/allocations.ts +++ b/packages/indexer-service/src/allocations.ts @@ -37,7 +37,7 @@ export const ensureAttestationSigners = ({ const logger = parentLogger.child({ component: 'AttestationSignerCache' }) const cache: AttestationSignerCache = new LRUCache(null, { - maxlen: 10000, + maxlen: 20000, }) const signers = allocations.map(async allocations => {