diff --git a/src/content/docs/hyperdrive/configuration/query-caching.mdx b/src/content/docs/hyperdrive/configuration/query-caching.mdx index e108b47aa497c5..3d613a14fe680f 100644 --- a/src/content/docs/hyperdrive/configuration/query-caching.mdx +++ b/src/content/docs/hyperdrive/configuration/query-caching.mdx @@ -34,12 +34,6 @@ SELECT LASTVAL(), * FROM articles LIMIT 50; ## Default cache settings -:::note - -Hyperdrive will support configuring both the `max_age` and `stale_while_revalidate` values in the near future. - -::: - The default caching behaviour for Hyperdrive is defined as below: - `max_age` = 60 seconds (1 minute)