diff options
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-x | etc/collector.properties | 9 |
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
|