aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-05-28 16:02:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-05-28 16:02:34 +0200
commit03087d0a5d7a6ca39b8c21f950b46d0bc757e178 (patch)
tree53013c4ec157c4d340090d4f34337a3259ba68d0 /config-model/src/main/resources
parent24db5f1c9e0e407dc0aa45febfc7b8992c097a66 (diff)
Add control of buffer size and queue size of accesslog.
Use 1024 and 256k for host-admin.
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 39df939f78c..3679e53e257 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -81,7 +81,8 @@ AccessLog = element accesslog {
attribute compressOnRotation { xsd:boolean }? &
attribute symlinkName { string }? &
attribute compressionType { string "gzip" | string "zstd" }? &
-
+ attribute queueSize { xsd:nonNegativeInteger }? &
+ attribute bufferSize { xsd:nonNegativeInteger }? &
attribute rotationInterval { string }?
}