QueryResource DATA_RETENTION_TIMEOUT causes yellow-box warnings on Android React Native
Open
wontfix
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Using Relay on Android React Native causes a yellow-box warning about long timers whenever a `useLazyLoadQuery` is rendered for the first time:

It appears this comes from the [5-minute data retention timeout](https://github.com/facebook/relay/blob/2dc1549136fb116a054c0ce9f1571c4bd40fcce2/packages/react-relay/relay-hooks/QueryResource.js#L26) on QueryResource.
Can this timeout be shortened to 1 minute (issue goes away) or made configurable?
Contributor guide
Assessment
This issue has not been assessed yet.