Security Update (#3596)
This commit is contained in:
parent
a3cb5dd199
commit
e2360d4ab4
4 changed files with 28 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue