diff --git a/KfChatDotNetBot/Settings/BuiltIn.cs b/KfChatDotNetBot/Settings/BuiltIn.cs index 39c477d..b834b5c 100644 --- a/KfChatDotNetBot/Settings/BuiltIn.cs +++ b/KfChatDotNetBot/Settings/BuiltIn.cs @@ -332,15 +332,6 @@ public static class BuiltIn CacheDuration = TimeSpan.FromMinutes(5) }, new BuiltInSettingsModel - { - Key = Keys.KiwiFarmsToken, - Regex = ".+", - Description = "Last successfully retrieved forum token (will be refreshed automatically if expired)", - Default = null, - IsSecret = true, - CacheDuration = TimeSpan.FromHours(1) - }, - new BuiltInSettingsModel { Key = Keys.KickEnabled, Regex = "true|false", @@ -428,8 +419,7 @@ public static class BuiltIn Description = "URL for the restream", Default = "No URL set", IsSecret = false, - // No cache as it's infrequently accessed and should take effect immediately if a user updates it - CacheDuration = TimeSpan.Zero + CacheDuration = TimeSpan.FromHours(1) }, new BuiltInSettingsModel {