Refresh time decreased

This commit is contained in:
Juan 2018-05-02 10:00:56 +02:00
parent f5f6d38072
commit 6437022b35
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.25) stable; urgency=low
vn-repo (2.0.26) stable; urgency=low
* Initial Release.

View File

@ -30,7 +30,7 @@ window.onload = () => {
setInterval(() => {
if ($('#autorefresh').checked)
refresh();
}, 5000);
}, 2000);
};
function refresh(doScroll) {