Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Refactor documentInfo model
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 4, 2013
1 parent 8eff6bc commit 9798713
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -296,7 +296,7 @@ public void queryInfo()

private void queryStats()
{
int BATCH_SIZE = 100;
int BATCH_SIZE = 1000;

for (int i = 0; i < nodes.size();)
{
Expand Down

0 comments on commit 9798713

Please sign in to comment.