Browse Source

suppress requests

Yuki Takei 2 years ago
parent
commit
44a89bc67c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/app/src/stores/page-listing.tsx

+ 2 - 0
apps/app/src/stores/page-listing.tsx

@@ -204,6 +204,8 @@ export const useSWRxPageChildren = (
     }),
     {
       keepPreviousData: true,
+      revalidateOnFocus: false,
+      revalidateOnRecconect: false,
     },
   );
 };