From ce79878435e2c60f48cc090e9494e2d8ee8ff162 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Thu, 27 Jun 2024 12:17:17 -0400 Subject: [PATCH] Update persisted-queries.md --- docs/persisted-queries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/persisted-queries.md b/docs/persisted-queries.md index 100de1fa..e363779d 100644 --- a/docs/persisted-queries.md +++ b/docs/persisted-queries.md @@ -137,6 +137,10 @@ This can be handy if you have queries that might not be invalidating properly ba For example, currently queries for "Settings" are not invalidating when settings change. For these queries, they will invalidate (expire) when the max age has been hit. +> [!NOTE] +> Some hosts may not support this setting. +> Please refer to your host's documentation for more information. + ## 👉 Up Next: - [Network Cache](./network-cache.md)