diff --git a/templates/connections.html b/templates/connections.html
index 8e79575..43bfdcd 100644
--- a/templates/connections.html
+++ b/templates/connections.html
@@ -254,7 +254,7 @@
function animateDots() {
const now = Date.now();
- const fadeTime = 60000; // 60 seconds
+ const fadeTime = 10 * 60 * 1000; // 10 minutes
activeDots.forEach((dot, key) => {
const age = now - dot.lastUpdate;