Skip to content

Commit

Permalink
increasing batch size for faster loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Oct 5, 2012
1 parent 1822e7c commit 3e1f6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/content.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Content

BATCH_SIZE = 10
BATCH_NUMBER = 100
BATCH_NUMBER = 1000

WIKIPEDIA_URL = "http://en.wikipedia.org/w/api.php"

Expand Down

0 comments on commit 3e1f6f3

Please sign in to comment.