From 3e9f8dce5fd6fb2bd7d50f241b6931b0a762f882 Mon Sep 17 00:00:00 2001 From: devRaGonSa Date: Thu, 26 Mar 2026 11:00:06 +0100 Subject: [PATCH] Show 10 recent matches in history --- frontend/assets/js/historico.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) =>