Skip to content

Commit 4574031

Browse files
committed
NiFi: updated content repository properties.
1 parent 66a8cbf commit 4574031

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

nifi/conf/nifi.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ nifi.content.claim.max.appendable.size=1 MB
9494
nifi.content.claim.max.flow.files=100
9595
nifi.content.repository.directory.default=./content_repository
9696
nifi.content.repository.archive.max.retention.period=1 hours
97-
nifi.content.repository.archive.max.usage.percentage=60%
98-
nifi.content.repository.archive.backpressure.percentage=35%
97+
nifi.content.repository.archive.max.usage.percentage=25%
98+
nifi.content.repository.archive.backpressure.percentage=70%
9999
nifi.content.repository.archive.enabled=true
100-
nifi.content.repository.always.sync=false
100+
nifi.content.repository.always.sync=true
101101
nifi.content.viewer.url=../nifi-content-viewer/
102102

103103
# Provenance Repository Properties
@@ -180,8 +180,8 @@ nifi.web.jetty.threads=200
180180
nifi.web.max.header.size=32 KB
181181
# IMPORTANT : be careful with this setting, it is buggy and single '/' don't work
182182
# After testing it seems that when running nifi in Docker you should set it via the NIFI_WEB_PROXY_CONTEXT_PATH ENV var, otherwise it wont work (needs a bug report)
183-
nifi.web.proxy.context.path=/nifi
184-
nifi.web.proxy.host=localhost:8443
183+
nifi.web.proxy.context.path="/nifi"
184+
nifi.web.proxy.host="localhost:8443"
185185
nifi.web.max.content.size=
186186
nifi.web.max.requests.per.second=30000
187187
nifi.web.max.access.token.requests.per.second=25

0 commit comments

Comments
 (0)