mirror of https://github.com/apache/nifi.git
NIFI-4689 - Ensuring all provenance properties are represented in nifi.properties.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #2352.
This commit is contained in:
parent
9750cf2fcd
commit
17718940d7
|
@ -109,6 +109,8 @@ nifi.provenance.repository.index.shard.size=${nifi.provenance.repository.index.s
|
|||
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
|
||||
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
|
||||
nifi.provenance.repository.max.attribute.length=${nifi.provenance.repository.max.attribute.length}
|
||||
nifi.provenance.repository.concurrent.merge.threads=${nifi.provenance.repository.concurrent.merge.threads}
|
||||
nifi.provenance.repository.warm.cache.frequency=${nifi.provenance.repository.warm.cache.frequency}
|
||||
|
||||
# Volatile Provenance Respository Properties
|
||||
nifi.provenance.repository.buffer.size=${nifi.provenance.repository.buffer.size}
|
||||
|
|
Loading…
Reference in New Issue