Merge pull request #75 from enapps-enorman/issue/SLING-11585

SLING-11585 Invalid config for the sling-event thread pool factory
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"