Skip to content

Commit

Permalink
Try bigger batch size
Browse files Browse the repository at this point in the history
Now we're only getting ~1500 members, we should be able to get the data
in larger batches.
  • Loading branch information
tmtmtmtm committed Feb 2, 2019
1 parent 327e955 commit 8f62b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -13,4 +13,4 @@
EOQ
qual_ids = EveryPolitician::Wikidata.sparql(qual_sparq)

EveryPolitician::Wikidata.scrape_wikidata(ids: qual_ids, batch_size: 50)
EveryPolitician::Wikidata.scrape_wikidata(ids: qual_ids, batch_size: 200)

0 comments on commit 8f62b64

Please sign in to comment.