Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
refactor: replace query slate time to infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
saeidex committed Nov 5, 2024
1 parent ae4c1a3 commit 504f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mqtt/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const useBusLocationQuery = (busId: string) => {
});
},
refetchInterval: 1000 * 3,
staleTime: 1000 * 60,
staleTime: Infinity,
});
};

0 comments on commit 504f9d2

Please sign in to comment.