From 2a50b8249ee484037e02d89fcce4831172098256 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Tue, 8 Mar 2016 18:06:48 +0100 Subject: [PATCH] =act #19926 clarify fixed-pool-size valid values As it may have been a bit confusing as noticed in #19926 --- akka-actor/src/main/resources/reference.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/akka-actor/src/main/resources/reference.conf b/akka-actor/src/main/resources/reference.conf index 40eac6f30a..71a95ad764 100644 --- a/akka-actor/src/main/resources/reference.conf +++ b/akka-actor/src/main/resources/reference.conf @@ -360,7 +360,9 @@ akka { # Define a fixed thread pool size with this property. The corePoolSize # and the maximumPoolSize of the ThreadPoolExecutor will be set to this # value, if it is defined. Then the other pool-size properties will not - # be used. + # be used. + # + # Valid values are: `off` or a positive integer. fixed-pool-size = off # Min number of threads to cap factor-based corePoolSize number to