From a2a520e9fd6e35acffa4e86a216672e0cfd46fbf Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Sat, 6 Jul 2024 13:17:51 +0200 Subject: [PATCH] Changed pereodic reauth to be disabled for now --- Moonlight/Core/Configuration/CoreConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moonlight/Core/Configuration/CoreConfiguration.cs b/Moonlight/Core/Configuration/CoreConfiguration.cs index f89e839a..beed0a64 100644 --- a/Moonlight/Core/Configuration/CoreConfiguration.cs +++ b/Moonlight/Core/Configuration/CoreConfiguration.cs @@ -94,7 +94,7 @@ public class CoreConfiguration [JsonProperty("EnablePeriodicReAuth")] [Description( "If this option is enabled, every session will reauthenticate perdiodicly to track state changes in real time without the user refreshing the page")] - public bool EnablePeriodicReAuth { get; set; } = true; + public bool EnablePeriodicReAuth { get; set; } = false; [JsonProperty("PeriodicReAuthDelay")] [Description(