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
|
||||
setInterval(function() {{
|
||||
location.reload();
|
||||
}}, 5000);
|
||||
}}, 10000);
|
||||
</script>
|
||||
</body>
|
||||
</html>'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue