From eb532976f13d650ae05af3f5ea250650f3c037bc Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 5 Mar 2024 08:22:27 +0100 Subject: [PATCH] Update periodo reload x TAB3 --- MP-TAB3/Pages/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP-TAB3/Pages/_Layout.cshtml b/MP-TAB3/Pages/_Layout.cshtml index 0250e6ea..a2d4a357 100644 --- a/MP-TAB3/Pages/_Layout.cshtml +++ b/MP-TAB3/Pages/_Layout.cshtml @@ -55,7 +55,7 @@ console.log("Client reconnected, waiting 5 sec and reload!"); setTimeout(function () { document.location.reload(); - }, 5000); + }, 3000); } });