From 0bb20e8eb8d3a5d235cb4d25275ea741452ca0cb Mon Sep 17 00:00:00 2001 From: Matt Alonso Date: Wed, 9 Oct 2024 12:49:26 -0500 Subject: [PATCH] Remove outdated note about max_age and stale_while_revalidate support from hyperdrive docs --- src/content/docs/hyperdrive/configuration/query-caching.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/content/docs/hyperdrive/configuration/query-caching.mdx b/src/content/docs/hyperdrive/configuration/query-caching.mdx index e108b47aa497c57..3d613a14fe680f7 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)