From 8c1c0abd8eb95ef3749904918ba40373f73cdd52 Mon Sep 17 00:00:00 2001 From: TQY <17823167416@163.com> Date: Fri, 17 Oct 2025 10:34:20 +0800 Subject: [PATCH] update staleTime --- frontend/src/pages/Bookmark.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Bookmark.jsx b/frontend/src/pages/Bookmark.jsx index 6a6af38..c94cae7 100644 --- a/frontend/src/pages/Bookmark.jsx +++ b/frontend/src/pages/Bookmark.jsx @@ -18,7 +18,7 @@ function Bookmark() { getUserBookmarks, { cacheTime: 1000 * 60 * 5, // 5 minutes - staleTime: 1000 * 60 * 10, // 10 minutes + staleTime: 0, // 10 minutes } );