Will refetchInterval trigger new queries if a query takes a long time? #2600
-
(an aside: it's probably easy to just run and check in actual code than to ask 😄 ) If a query takes a longer time to fetch data than the E.g.: useQuery(this_fetch_takes_10_seconds_sometimes, {
refetchInterval: 5 * 1000 /* 5 seconds */
}); |
Beta Was this translation helpful? Give feedback.
Answered by
karol-janik
Aug 25, 2021
Replies: 1 comment 1 reply
-
No 😄 Will w8 till initial fetching finish. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TkDodo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No 😄 Will w8 till initial fetching finish.