From 49c42df8dd5f77cea2a814c13378a4a795039b15 Mon Sep 17 00:00:00 2001 From: filesite Date: Wed, 17 Apr 2024 20:55:54 +0800 Subject: [PATCH] change interval time to 20 seconds --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 38c32ab..b90a9c2 100644 --- a/public/index.html +++ b/public/index.html @@ -194,7 +194,7 @@ loadUnionStats(); loadHeros(); - setInterval(loadUnionStats, 5000); + setInterval(loadUnionStats, 20000); \ No newline at end of file