You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/16 23:14:17 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-11585 Invalid config for the sling-event thread pool factory

This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new eeb278d  SLING-11585 Invalid config for the sling-event thread pool factory
     new ac9e4ce  Merge pull request #75 from enapps-enorman/issue/SLING-11585
eeb278d is described below

commit eeb278d2ad5a8d27237cba29648e42caf12f8d2c
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 16 15:35:48 2022 -0700

    SLING-11585 Invalid config for the sling-event thread pool factory
---
 src/main/features/event.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/features/event.json b/src/main/features/event.json
index 1dff1b9..56ed37e 100644
--- a/src/main/features/event.json
+++ b/src/main/features/event.json
@@ -19,8 +19,8 @@
         },
         "org.apache.sling.commons.threads.impl.DefaultThreadPool.factory~sling-event":{
             "name":"org-apache-sling-event",
-            "maxPoolSize:Integer":"1",
-            "minPoolSize:Integer":"5"
+            "minPoolSize:Integer":"1",
+            "maxPoolSize:Integer":"5"
         }
     },
     "repoinit:TEXT|true": "@file"