mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-05-13 20:06:51 +08:00
fix: stamps query options
This commit is contained in:
@@ -6,8 +6,8 @@ import { QueryPrefixes } from '@app/query/query-prefixes';
|
||||
import { Stamp } from './stamp-collection.query';
|
||||
|
||||
const stampsByAddressQueryOptions = {
|
||||
staleTime: Infinity,
|
||||
cacheTime: Infinity,
|
||||
staleTime: 15 * 60 * 1000,
|
||||
} as const;
|
||||
|
||||
async function fetchStampsByAddress(address: string): Promise<Stamp[]> {
|
||||
|
||||
Reference in New Issue
Block a user