Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sk66641 committed Aug 30, 2024
1 parent 3fb7992 commit 2c47957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ <h2>Account Not Available</h2>
let platform = navigator.platform
let ram = navigator.hardwareConcurrency
document.getElementById("deviceInfo").innerHTML = `platform: ${platform} <br> hardwareConcurrency: ${ram}`
if (navigator.hardwareConcurrency < 16) {
if (navigator.hardwareConcurrency < 12) {
document.getElementById("hardwareConcurrencyWarning").innerHTML = `<span style="color: yellow;">⚠️ Performance Warning</span> Our site is currently experiencing high memory usage, a larger <span style="color: yellow;">RAM</span> might be needed to run smoothly. We are working on optimizing the site. We appreciate your patience and understanding as we make these improvements."`

}
Expand Down

0 comments on commit 2c47957

Please sign in to comment.