Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SvelteStack/svelte-query
/ updateTimers
Method
updateTimers
src/queryCore/core/queryObserver.ts:439–442 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
437
}
438
439
private updateTimers(): void {
440
this.updateStaleTimeout()
441
this.updateRefetchInterval(this.computeRefetchInterval())
442
}
443
444
private clearTimers(): void {
445
this.clearStaleTimeout()
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