Increase the number of workers.

This commit is contained in:
Kui LIU
2017-08-03 16:18:07 +02:00
parent 8ef5674680
commit 39b74dedbe
@@ -34,7 +34,7 @@ public class AkkaParser {
ActorSystem system = null;
ActorRef parsingActor = null;
final int numberOfWorkers = 30;
final int numberOfWorkers = 200;
final WorkMessage msg = new WorkMessage(0, msgFiles);
try {
log.info("Akka begins...");