diff --git a/frontend/assets/js/historico.js b/frontend/assets/js/historico.js index 1db0332..0d736a8 100644 --- a/frontend/assets/js/historico.js +++ b/frontend/assets/js/historico.js @@ -156,7 +156,7 @@ document.addEventListener("DOMContentLoaded", () => { recentMatchesCache, pendingRequestCache, 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) =>