diff --git a/backend/app/config.py b/backend/app/config.py index 1c8c206..6324cb9 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -9,7 +9,7 @@ from pathlib import Path DEFAULT_HOST = "127.0.0.1" DEFAULT_PORT = 8000 DEFAULT_STORAGE_FILENAME = "hll_vietnam_dev.sqlite3" -DEFAULT_REFRESH_INTERVAL_SECONDS = 120 +DEFAULT_REFRESH_INTERVAL_SECONDS = 300 DEFAULT_HISTORICAL_CRCON_PAGE_SIZE = 50 DEFAULT_HISTORICAL_CRCON_TIMEOUT_SECONDS = 15.0 DEFAULT_HISTORICAL_CRCON_DETAIL_WORKERS = 8 diff --git a/frontend/assets/js/main.js b/frontend/assets/js/main.js index 6268e35..8884dd5 100644 --- a/frontend/assets/js/main.js +++ b/frontend/assets/js/main.js @@ -1,5 +1,5 @@ // Progressive enhancement for local frontend-backend checks. -const DEFAULT_SERVER_POLL_INTERVAL_MS = 120 * 1000; +const DEFAULT_SERVER_POLL_INTERVAL_MS = 300 * 1000; const SERVER_HISTORY_URLS = Object.freeze({ "comunidad-hispana-01": "https://scoreboard.comunidadhll.es/games", "comunidad-hispana-02": "https://scoreboard.comunidadhll.es:5443/games", @@ -43,7 +43,7 @@ const COMMUNITY_CLANS = Object.freeze([ badge: "Clan CH", description: "Clan activo de la comunidad, con acceso directo a su discord.", - logoSrc: "", + logoSrc: "./assets/img/clans/h9h.png", logoAlt: "", logoClassName: "", discordUrl: "https://discord.gg/tYnXK7MQjB", diff --git a/frontend/index.html b/frontend/index.html index 5f53644..67aff7b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -12,7 +12,7 @@
Servidores
+Servidores públicos
@@ -89,11 +89,11 @@
- El panel muestra el ultimo snapshot disponible consultado desde backend. + El panel muestra el ultimo estado disponible consultado de los servidores.