Skip to content

Commit

Permalink
DURACOM-225 commit after each item to release DB resources
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Jan 20, 2024
1 parent 2227d14 commit 4dd3120
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ public void applyFiltersItem(Context c, Item item) throws Exception {
}
// clear item objects from context cache and internal cache
c.uncacheEntity(currentItem);
// commit after each item to release DB resources
c.commit();
currentItem = null;
}
}
Expand Down

0 comments on commit 4dd3120

Please sign in to comment.