decentralized-identity / decentralized-identity/web5-js
Either implement smarter DID resolution cache or increase default
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, the default DID resolution cache TTL is 15 minutes. While this would help with intermittent network connectivity issues, it wouldn't allow an app / developer to work offline for an extended period (e.g., airplane flight).
We should either:
- Increase the default TTL if we don't have the time in the short term
OR
- Make the cache smarter by only invalidating if there is network connectivity
Contributor guide
Assessment
This issue has not been assessed yet.