mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
metric fix
This commit is contained in:
@@ -34,7 +34,7 @@ public class MetricsBean {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void feedUpdated(int entriesCount) {
|
public void feedUpdated(int entriesCount) {
|
||||||
thisHour.feedsRefreshed++;
|
thisHour.feedsUpdated++;
|
||||||
thisMinute.feedsUpdated++;
|
thisMinute.feedsUpdated++;
|
||||||
|
|
||||||
thisHour.entriesInserted += entriesCount;
|
thisHour.entriesInserted += entriesCount;
|
||||||
|
|||||||
Reference in New Issue
Block a user