You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Instead of polling Name.resolve() twice every 10 minutes every instance, only read it on process start (or test if the WebSocked emits the current value on connect), and then use the WebSocket API for updates.
This should both be faster for Station and cheaper for W3Name
Caveat: This might create too many open connections on W3Name, so test carefully.