mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some logging
This commit is contained in:
parent
46affc0508
commit
7fffa8ce75
1 changed files with 3 additions and 0 deletions
|
|
@ -526,6 +526,9 @@ const processSubscription = async (
|
|||
|
||||
// Max limit per-feed update
|
||||
if (itemCount > 99) {
|
||||
if (itemCount == 100) {
|
||||
logger.info(`Max limit reached for feed ${feedUrl}`)
|
||||
}
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue