more metrics

This commit is contained in:
Athou
2013-05-18 09:38:34 +02:00
parent 116735d1cf
commit 08a286cf23
2 changed files with 14 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ public class FeedUpdateService {
feedEntryDAO.saveOrUpdate(entryUpdateList);
feedEntryStatusDAO.saveOrUpdate(statusUpdateList);
metricsBean.feedUpdated();
metricsBean.feedUpdated(entryUpdateList.size());
}
private FeedEntry findEntry(List<FeedEntry> existingEntries, FeedEntry entry) {