summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-03 15:05:22 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-03 15:05:24 +0100
commit7977457f2052af4e035dace55e2cdf4b3714befe (patch)
tree958b43f536666ec94a41772f38e32360c91b549a /jdisc_http_service
parent9bd5a12c87d0a92d37b2c75a9530e96e104b7291 (diff)
Increase default queue size
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/container.logging.connection-log.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/container.logging.connection-log.def b/jdisc_http_service/src/main/resources/configdefinitions/container.logging.connection-log.def
index 0606598aec7..409419b10ac 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/container.logging.connection-log.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/container.logging.connection-log.def
@@ -4,4 +4,4 @@ namespace=container.logging
cluster string
# Max queue length of file handler
-queueSize int default=2048 \ No newline at end of file
+queueSize int default=10000 \ No newline at end of file