From fe3851ff6d243cc0b58872c5431646fbeb410b41 Mon Sep 17 00:00:00 2001 From: AntonRoskvist Date: Thu, 25 Mar 2021 16:08:50 +0100 Subject: [PATCH] ARTEMIS-3198 - Fix order of concurrency parameter --- .../schema/artemis-configuration.xsd | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/artemis-server/src/main/resources/schema/artemis-configuration.xsd b/artemis-server/src/main/resources/schema/artemis-configuration.xsd index bc474c2aaa..fb9f0fe7fa 100644 --- a/artemis-server/src/main/resources/schema/artemis-configuration.xsd +++ b/artemis-server/src/main/resources/schema/artemis-configuration.xsd @@ -1654,6 +1654,15 @@ + + + + Number of concurrent workers, more workers can help increase throughput on high latency networks. + Defaults to 1 + + + + @@ -1676,16 +1685,6 @@ - - - - - Number of concurrent workers, more workers can help increase throughput on high latency networks. - Defaults to 1 - - - -