Security Update (#3596)

This commit is contained in:
Joe Milazzo
2025-03-06 16:42:26 -06:00
committed by GitHub
parent a3cb5dd199
commit e2360d4ab4
4 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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);
}