diff --git a/src/scripts/export/trace.ts b/src/scripts/export/trace.ts index f413efff..be09ec7f 100644 --- a/src/scripts/export/trace.ts +++ b/src/scripts/export/trace.ts @@ -108,7 +108,7 @@ const trace = async () => { // Helper function that gets block time for height, cached in memory, which is // filled in by the NewBlock WebSocket listener. const blockHeightToTimeCache = new LRUCache({ - max: 100, + max: 10000, }) const getBlockTimeUnixMs = async (trace: TracedEvent): Promise => { const { blockHeight } = trace.metadata