mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
more metrics
This commit is contained in:
@@ -95,7 +95,8 @@ public class FeedUpdateService {
|
||||
|
||||
feedEntryDAO.saveOrUpdate(entryUpdateList);
|
||||
feedEntryStatusDAO.saveOrUpdate(statusUpdateList);
|
||||
metricsBean.feedUpdated(entryUpdateList.size());
|
||||
metricsBean
|
||||
.feedUpdated(entryUpdateList.size(), statusUpdateList.size());
|
||||
}
|
||||
|
||||
private FeedEntry findEntry(List<FeedEntry> existingEntries, FeedEntry entry) {
|
||||
|
||||
Reference in New Issue
Block a user