When we do a batch update we need to reset the cache

pull/42/head
tidusjar 8 years ago
parent 6f8dc7c224
commit d1adae1538

@ -112,8 +112,8 @@ namespace PlexRequests.Store.Repository
public bool UpdateAll(IEnumerable<RequestBlobs> entity)
{
ResetCache();
var result = new HashSet<bool>();
using (var db = Db.DbConnection())
{
db.Open();

Loading…
Cancel
Save