Skip to content

Commit

Permalink
undo Cache sync addition, made 1 year ago.
Browse files Browse the repository at this point in the history
This makes update very slow (at least, that is what we noticed in one case)
  • Loading branch information
Robrecht Siera committed Apr 4, 2019
1 parent 17a94f9 commit 8503a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenContent/Components/OpenContentAPIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public HttpResponseMessage Update(JObject json)
{
ds.Update(dsContext, dsItem, json["form"] as JObject);
}
App.Services.CacheAdapter.SyncronizeCache(module);
//App.Services.CacheAdapter.SyncronizeCache(module);
}
catch (DataNotValidException ex)
{
Expand Down

0 comments on commit 8503a76

Please sign in to comment.