display verification msg if parsing large amount of data
This commit is contained in:
parent
7982e6f3c0
commit
647b229d3c
@ -55,6 +55,10 @@ module Repology
|
||||
end
|
||||
|
||||
def validate_and_format_packages(outdated_repology_packages, limit)
|
||||
if outdated_repology_packages.size > 10 && (limit.blank? || limit > 10)
|
||||
ohai "Verifying outdated repology packages"
|
||||
end
|
||||
|
||||
packages = {}
|
||||
|
||||
outdated_repology_packages.each do |_name, repositories|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user