mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
fix: request fees more often, closes #3657
This commit is contained in:
@@ -24,6 +24,7 @@ export function useGetAllBitcoinFeeEstimatesQuery<
|
||||
return useQuery({
|
||||
queryKey: ['average-bitcoin-fee-estimates'],
|
||||
queryFn: fetchAllBitcoinFeeEstimates(client),
|
||||
refetchInterval: 2000 * 60,
|
||||
staleTime: 1000 * 60,
|
||||
refetchOnWindowFocus: false,
|
||||
refetchOnMount: false,
|
||||
|
||||
Reference in New Issue
Block a user