template: adjust refresh interval

This commit is contained in:
Yiao Shen 2023-05-06 13:22:26 -04:00
parent 2039e7592e
commit f67f6e78c0
Signed by: y266shen
GPG Key ID: D126FA196DA0F362
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<script>
const sleep = ms => new Promise(r => setTimeout(r, ms));
const refresh_in = document.getElementById('refresh-in');
const INTERVAL = 10;
const INTERVAL = 60;
async function update_refresh_indicator() {
while (true) {