aboutsummaryrefslogtreecommitdiffstats
path: root/container-messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
commitb97e6cbbfac61678d52486d52708c605412e7dd7 (patch)
tree8feb2a74e9c67c6a855583076e6f7e85b8642cb4 /container-messagebus
parent74b250fbc3966321b5603b79c9fbf66235139fa5 (diff)
GC long gone config
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]