diff --git a/API.Tests/API.Tests.csproj b/API.Tests/API.Tests.csproj index 0032df72d..170a14022 100644 --- a/API.Tests/API.Tests.csproj +++ b/API.Tests/API.Tests.csproj @@ -6,17 +6,17 @@ - - + + - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/API/API.csproj b/API/API.csproj index 4052c5a9d..5cfaf42c0 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -51,8 +51,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -62,19 +62,19 @@ - + - + - + - - - - - + + + + + @@ -91,16 +91,16 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + diff --git a/API/Controllers/SeriesController.cs b/API/Controllers/SeriesController.cs index 81e2d7924..d41a4bac0 100644 --- a/API/Controllers/SeriesController.cs +++ b/API/Controllers/SeriesController.cs @@ -640,7 +640,7 @@ public class SeriesController : BaseApiController } var ret = await _externalMetadataService.MatchSeries(dto); - await _matchSeriesCacheProvider.SetAsync(cacheKey, ret, TimeSpan.FromMinutes(5)); + await _matchSeriesCacheProvider.SetAsync(cacheKey, ret, TimeSpan.FromMinutes(1)); return Ok(ret); } diff --git a/Kavita.Common/Kavita.Common.csproj b/Kavita.Common/Kavita.Common.csproj index 3152be59a..120066729 100644 --- a/Kavita.Common/Kavita.Common.csproj +++ b/Kavita.Common/Kavita.Common.csproj @@ -3,7 +3,7 @@ net9.0 kavitareader.com Kavita - 0.8.4.22 + 0.8.5.0 en true true @@ -13,12 +13,12 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - \ No newline at end of file +