Merge introduced old code

This commit is contained in:
Viktor Klang 2010-09-13 14:00:24 +02:00
parent cd9c4de040
commit f59bf050df

View file

@ -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
}