Merge branch 'ticket_250' of github.com:jboner/akka into ticket_250

This commit is contained in:
Viktor Klang 2010-09-13 13:59:07 +02:00
commit cd9c4de040

View file

@ -180,6 +180,7 @@ class ExecutorBasedEventDrivenDispatcher(
// FIXME: should we have an unbounded queue and not bounded as default ????
private[akka] def init = {
withNewThreadPoolWithLinkedBlockingQueueWithUnboundedCapacity
//withNewThreadPoolWithLinkedBlockingQueueWithCapacity(16)
config(this)
buildThreadPool
}