+1
-1
lib/tasks/feeds.rake
+1
-1
lib/tasks/feeds.rake
···
196
196
break if batch.empty?
197
197
198
198
batch.each_with_index do |post, i|
199
-
$stderr.print "Processing posts... [#{offset + i + 1}/#{total}]\r"
199
+
$stderr.print "Processing posts... [#{offset + i + 1}/#{total}]\r" if i % 100 == 99
200
200
$stderr.flush
201
201
202
202
if !current_post_ids.include?(post.id) && feed.post_matches?(post)