Refresh time decreased
This commit is contained in:
parent
f5f6d38072
commit
6437022b35
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.25) stable; urgency=low
|
||||
vn-repo (2.0.26) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ window.onload = () => {
|
|||
setInterval(() => {
|
||||
if ($('#autorefresh').checked)
|
||||
refresh();
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
};
|
||||
|
||||
function refresh(doScroll) {
|
||||
|
|
Reference in New Issue