changing repo links
All checks were successful
Homepage Build and Deploy / Build Homepage Image (push) Successful in 10m22s
Homepage Build and Deploy / Deploy Homepage (push) Successful in 38s

This commit is contained in:
2025-10-29 19:19:35 -03:00
parent cac350db1a
commit e0366bf29d
2 changed files with 2 additions and 5 deletions

View File

@@ -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;