aboutsummaryrefslogtreecommitdiffstats
path: root/etc/collector.properties
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-06-14 22:15:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-14 22:15:52 +0000
commit639686e01af925f2be3bd0d3cd187be7df0b2cf8 (patch)
tree17a6cab254276f849ce61c3e1483df65eec00029 /etc/collector.properties
parentc3a2fd25011e1777ef48d79632170c0ed913f928 (diff)
parent3c3c7ad09c02852cd0b4db03ecc9cc5c429cab08 (diff)
Merge "VES Collector - Event Ordering"
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-xetc/collector.properties9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/collector.properties b/etc/collector.properties
index 82ba5954..ae15cd98 100755
--- a/etc/collector.properties
+++ b/etc/collector.properties
@@ -46,15 +46,6 @@ collector.cert.subject.matcher=etc/certSubjectMatcher.properties
collector.truststore.file.location=etc/truststore
collector.truststore.passwordfile=etc/trustpasswordfile
-## Processing
-##
-## If there's a problem that prevents the collector from processing alarms,
-## it's normally better to apply back pressure to the caller than to try to
-## buffer beyond a reasonable size limit. With a limit, the server won't crash
-## due to being out of memory, and the caller will get a 5xx reply saying the
-## server is in trouble.
-collector.inputQueue.maxPending=8096
-
## Schema Validation checkflag
## default no validation checkflag (-1)
## If enabled (1) - schemafile location must be specified