Skip to content

Commit

Permalink
Merge pull request #15921 from GnsP/add-configurable-pipeline-size-limit
Browse files Browse the repository at this point in the history
add pipeline filesize limit in cconf
  • Loading branch information
GnsP authored Mar 4, 2025
2 parents 9439b0c + 393a6b4 commit 5270906
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cdap-common/src/main/resources/cdap-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6593,4 +6593,13 @@
</description>
</property>

<property>
<name>app.cdap.file.max.size.bytes</name>
<value>2097152</value>
<description>
Maximum file size for pipelines. Restricts creation and import of pipelines where the
size of the json file exceeds the configured limit. Defaults to 2MB (2097152 bytes).
</description>
</property>

</configuration>

0 comments on commit 5270906

Please sign in to comment.