Skip to content

Commit

Permalink
#102 increase target entities' number from 100 to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Jul 14, 2016
1 parent 8bfe365 commit 36ff3c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public class MassIndexerIT {
private final int PARTITIONS = 1;
private final int THREADS = 1;

private final long DB_COMP_ROWS = 100;
private final long DB_COMP_ROWS = 1000;

@Inject
private CompanyManager companyManager;
Expand Down

0 comments on commit 36ff3c1

Please sign in to comment.