Skip to content

Commit

Permalink
Decrease default batch size to 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Bernard committed Nov 2, 2012
1 parent 5909583 commit a68d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parallel_batch.rb
Expand Up @@ -61,7 +61,7 @@ def scope
end

def batch_size
1000
100
end

end

0 comments on commit a68d2db

Please sign in to comment.