summaryrefslogtreecommitdiffstats
path: root/container-messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 00:19:20 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 00:46:15 +0200
commit532754a074ae3310108d80b0ce9aad05563d7b8a (patch)
tree0b5752419af4df2bf743b8c9137de02bb11b6b4c /container-messagebus
parent6d2f2cafb8f022f19a48f202e9149637e2f2a342 (diff)
GC long gone config and som minor code cleanup.
Diffstat (limited to 'container-messagebus')
-rw-r--r--container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def b/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
index 143e02a30ef..bd43c13aba3 100644
--- a/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
+++ b/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
@@ -22,10 +22,6 @@ transport_events_before_wakeup int default=1
# Dynamic throttling is used, and works better than anything else.
maxpendingcount int default=2048
-enabled bool default=false
-#maxpendingsize is set in megabytes!
-maxpendingsize int default=100
-
#The amount of input data that the service can process concurrently
maxConcurrentFactor double default=0.2 range=[0.0-1.0]