Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions serverless/pages/manage-your-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,30 @@ Each project type offers different settings that let you adjust the performance
<DocBadge template="security" slug="/serverless/security/what-is-security-serverless" />
</DocCell>
</DocRow>
<DocRow>
<DocCell/>
<DocCell>
**Maximum data retention period**

When enabled, this setting determines the maximum length of time that data can be retained in any data streams of this project.

Editing this setting replaces the data retention set for all data streams of the project that have a longer data retention defined. Data older than the new maximum retention period that you set is permanently deleted.
</DocCell>
<DocCell>
<DocBadge template="security" slug="/serverless/security/what-is-security-serverless" />
</DocCell>
</DocRow>
<DocRow>
<DocCell/>
<DocCell>
**Default data retention period**

When enabled, this setting determines the default retention period that is automatically applied to all data streams in your project that do not have a custom retention period already set.
</DocCell>
<DocCell>
<DocBadge template="security" slug="/serverless/security/what-is-security-serverless" />
</DocCell>
</DocRow>
<DocRow>
<DocCell>
**Project features**
Expand Down
Loading