diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index 4ac1b028..821ad020 100644 --- a/src/CocApi.Cache/CocApi.Cache.csproj +++ b/src/CocApi.Cache/CocApi.Cache.csproj @@ -6,7 +6,7 @@ devhl Caches response from the Clash of Clans API. - 2.11.6-debug + 2.11.6-debug.1 2.0.0.0 2.0.0.0 true diff --git a/src/CocApi.Cache/Services/Options/CacheOptions.cs b/src/CocApi.Cache/Services/Options/CacheOptions.cs index 1ec25892..74b57246 100644 --- a/src/CocApi.Cache/Services/Options/CacheOptions.cs +++ b/src/CocApi.Cache/Services/Options/CacheOptions.cs @@ -28,7 +28,7 @@ public class CacheOptions /// Download the clan, current war, war log, and CWL group. /// public ClanServiceOptions Clans { get; } = new ClanServiceOptions { ConcurrentUpdates = 200, DelayBeforeExecution = TimeSpan.FromSeconds(5), DelayBetweenExecutions = TimeSpan.FromSeconds(5), Enabled = true }; - + /// /// This will keep any already downloaded CWL war up to date. ///