Skip to content

Commit

Permalink
Batch size: 25
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jun 8, 2016
1 parent b4823af commit 1db378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -34,4 +34,4 @@ def members
morph_names = members.map { |w| w[:wikiname] }
toget = morph_names | names.values.flatten.uniq

EveryPolitician::Wikidata.scrape_wikidata(names: { en: toget }, batch_size: 50)
EveryPolitician::Wikidata.scrape_wikidata(names: { en: toget }, batch_size: 25)

0 comments on commit 1db378a

Please sign in to comment.