Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ #updateTimers
Method
#updateTimers
packages/query-core/src/queryObserver.ts:409–412 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
407
}
408
409
#updateTimers(): void {
410
this.#updateStaleTimeout()
411
this.#updateRefetchInterval(this.#computeRefetchInterval())
412
}
413
414
#clearStaleTimeout(): void {
415
if
(this.#staleTimeoutId) {
Callers
2
onSubscribe
Method · 0.95
onQueryUpdate
Method · 0.95
Calls
3
#updateStaleTimeout
Method · 0.95
#updateRefetchInterval
Method · 0.95
#computeRefetchInterval
Method · 0.95
Tested by
no test coverage detected