Show 10 recent matches in history

This commit is contained in:
devRaGonSa
2026-03-26 11:00:06 +01:00
parent 811e834a16
commit 3e9f8dce5f

View File

@@ -156,7 +156,7 @@ document.addEventListener("DOMContentLoaded", () => {
recentMatchesCache, recentMatchesCache,
pendingRequestCache, pendingRequestCache,
buildRecentMatchesSnapshotKey(serverSlug), buildRecentMatchesSnapshotKey(serverSlug),
`${backendBaseUrl}/api/historical/snapshots/recent-matches?server=${encodeURIComponent(serverSlug)}&limit=6`, `${backendBaseUrl}/api/historical/snapshots/recent-matches?server=${encodeURIComponent(serverSlug)}&limit=10`,
); );
const getLeaderboardSnapshot = (serverSlug, timeframeKey, metricKey) => const getLeaderboardSnapshot = (serverSlug, timeframeKey, metricKey) =>