From f59bf050df3ec3f46dcc2362b1e44dc9ea2bb969 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 13 Sep 2010 14:00:24 +0200 Subject: [PATCH] Merge introduced old code --- .../main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/akka-actor/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala b/akka-actor/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala index bd8416c95f..6cabdec5e5 100644 --- a/akka-actor/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala +++ b/akka-actor/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala @@ -180,7 +180,6 @@ class ExecutorBasedEventDrivenDispatcher( // FIXME: should we have an unbounded queue and not bounded as default ???? private[akka] def init = { withNewThreadPoolWithLinkedBlockingQueueWithUnboundedCapacity - //withNewThreadPoolWithLinkedBlockingQueueWithCapacity(16) config(this) buildThreadPool }