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); } });