@@ -114,7 +111,7 @@
Vision Start
diff --git a/js/matrix.js b/js/matrix.js
index a754e5d..5d6159a 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -35,7 +35,7 @@ class MatrixBackground {
}
getMobileMaxConnections() {
- // Reduce max connections on mobile devices
+ // Reduce max connections on mobile devices for better performance
if (window.innerWidth <= 480) return 4;
if (window.innerWidth <= 768) return 6;
return 8;