Dashboard: Reduce refresh rate from 5s to 10s
This commit is contained in:
parent
7a99a799f3
commit
b160246bb3
|
|
@ -585,7 +585,7 @@ function toggleSection(header) {
|
||||||
// Refresh prices every 5 seconds
|
// Refresh prices every 5 seconds
|
||||||
setInterval(function() {{
|
setInterval(function() {{
|
||||||
location.reload();
|
location.reload();
|
||||||
}}, 5000);
|
}}, 10000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>'''
|
</html>'''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue