Fix max indexer per instance

This commit is contained in:
Chocobozzz 2020-06-10 17:14:12 +02:00
parent 15c2a17972
commit 0ef1e37ad6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export class VideosIndexer extends AbstractScheduler {
channelsId.add(video.channel.id)
videosId.add(video.id)
}
} while (videos.length === INDEXER_COUNT.VIDEOS && start < 500)
} while (videos.length === INDEXER_COUNT.VIDEOS && start < 100000)
logger.info('Added video data from %s.', host)