[AA] Set maxAge: Infinity on age assurance cache (#11526)
This commit is contained in:
@@ -57,6 +57,13 @@ const persister = createAsyncStoragePersister({
|
|||||||
const [, cacheHydrationPromise] = persistQueryClient({
|
const [, cacheHydrationPromise] = persistQueryClient({
|
||||||
queryClient: qc,
|
queryClient: qc,
|
||||||
persister,
|
persister,
|
||||||
|
/*
|
||||||
|
* Device signals are local-only and cannot be recovered without prompting
|
||||||
|
* the user again, so they must survive the persister's default 24-hour
|
||||||
|
* expiration. Server-backed queries still use their own stale times and
|
||||||
|
* refetch normally after hydration.
|
||||||
|
*/
|
||||||
|
maxAge: Infinity,
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user