Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit b63cc0b

Browse files
author
Nikolas Haimerl
committed
comments
1 parent dfd3e33 commit b63cc0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data/spark-miner-rsr-summaries.json.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { getDateXDaysAgo } from '../utils/date-utils.js'
33

44
const summaries = {}
55

6+
// Fetch the last 100 days of data
7+
// We want this number to be small enough so that the resulting json file that is generated is not too large (<25MB)
68
for (let i = 100; i >= 1; i--) {
79
const dayString = getDateXDaysAgo(i)
810
summaries[dayString] = await jsonFetcher(

0 commit comments

Comments
 (0)