Repository: nifi
Updated Branches:
  refs/heads/master f7da7e67f -> d6ebc5307


NIFI-3736 modify default nifi.content.claim.max.appendable.size in 
nifi.properties to 1 MB


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d6ebc530
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d6ebc530
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d6ebc530

Branch: refs/heads/master
Commit: d6ebc53076f597c038e81600dccddc5d16b27663
Parents: f7da7e6
Author: Mike Moser <mose...@apache.org>
Authored: Thu Jul 27 20:42:09 2017 +0000
Committer: Mark Payne <marka...@hotmail.com>
Committed: Fri Aug 11 15:53:36 2017 -0400

----------------------------------------------------------------------
 .../nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d6ebc530/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index fc8b572..b61da28 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -64,7 +64,7 @@
         <nifi.swap.out.threads>4</nifi.swap.out.threads>
 
         
<nifi.content.repository.implementation>org.apache.nifi.controller.repository.FileSystemRepository</nifi.content.repository.implementation>
-        <nifi.content.claim.max.appendable.size>10 
MB</nifi.content.claim.max.appendable.size>
+        <nifi.content.claim.max.appendable.size>1 
MB</nifi.content.claim.max.appendable.size>
         
<nifi.content.claim.max.flow.files>100</nifi.content.claim.max.flow.files>
         
<nifi.content.repository.directory.default>./content_repository</nifi.content.repository.directory.default>
         <nifi.content.repository.archive.max.retention.period>12 
hours</nifi.content.repository.archive.max.retention.period>

Reply via email to