Skip to content

Commit 17fe625

Browse files
clarify description
Co-authored-by: Elan Hasson <[email protected]>
1 parent 61ddef6 commit 17fe625

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

specification/resources/apps/models/app_spec.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ properties:
2828

2929
disable_edge_cache:
3030
description: |-
31-
If set to `true`, the app will not be cached at the edge (CDN). This is useful if you want to bring your own CDN configuration,
32-
whether through external CDN provider or caching and serving static content with in your app, and for
33-
apps that require real-time data or have dynamic content, using SSE (server-sent events) with GET methods or hosting your MCP (Model Context Protocol) Server that uses SSE. Note: This feature is not available for static site components. Refer to the [Disable CDN Cache](https://docs.digitalocean.com/products/app-platform/how-to/cache-content/#disable-cdn-cache) for more information.
31+
If set to `true`, the app will **not** be cached at the edge (CDN). Enable this option if you want to manage CDN configuration yourself—whether by using an external CDN provider or by handling static content and caching within your app. This setting is also recommended for apps that require real-time data or serve dynamic content, such as those using Server-Sent Events (SSE) over GET, or hosting an MCP (Model Context Protocol) Server that utilizes SSE.
32+
**Note:** This feature is not available for static site components.
33+
For more information, see [Disable CDN Cache](https://docs.digitalocean.com/products/app-platform/how-to/cache-content/#disable-cdn-cache).
34+
3435
type: boolean
3536
default: false
3637

0 commit comments

Comments
 (0)