From 563092f680d3d6e65b8b9749318db989c6a6b37b Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Mon, 17 Jan 2022 15:23:02 -0500 Subject: [PATCH] wip --- assets/template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/template/index.html b/assets/template/index.html index aeb321f..daaacfd 100644 --- a/assets/template/index.html +++ b/assets/template/index.html @@ -61,7 +61,7 @@ fetch("/delete/" + path) setTimeout(function () { refresh(true) - }, 1000); + }, 20); } // fresh the page every 10 seconds, in case active sessions are closed.