Skip to content

Commit

Permalink
drop batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 18, 2024
1 parent 656d566 commit 1ed4fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class CCMimeCounter {
private static final Long INDEX_WORKER_ID = 42L;
private static final Long INDEX_READER_ID = 1L;
private static final Logger LOGGER = LoggerFactory.getLogger(CCMimeCounter.class);
private static final int BATCH_SIZE = 100000;
private static final int BATCH_SIZE = 50000;

public static void main(String[] args) throws Exception {
ExtractorConfig fetcherConfig = new ObjectMapper().readValue(new File(args[0]), ExtractorConfig.class);
Expand Down

0 comments on commit 1ed4fde

Please sign in to comment.