Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit ce696ca

Browse files
committed
⚡ Accelerate mod_toplist refresh rate from 5 to 2s
1 parent b832533 commit ce696ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/toplist.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Toplist {
1414
this.updateList();
1515
this.listUpdater = setInterval(() => {
1616
this.updateList();
17-
}, 5000);
17+
}, 2000);
1818
}
1919
updateList() {
2020
window.si.processes().then(data => {

0 commit comments

Comments
 (0)