-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ipns resolve local name very slow #1831
Comments
yeah, this behaviour was changed to query the network for records and select the best one. I agree that resolving the local name should be quick, but i'm not sure on the UX for this. |
wow, is it really taking 1min to go through the whole dht? exhausting the queriable set should exit this quicker. maybe the queries are taking a long time as setting up new connections is very slow. we should really get more data + viz on this. i think being able to animate queries and explore them will give us a much better way to solve the problem. i'm reminded yet again that packet switching replaced line switching. |
@jbenet its mostly dialing stuff that takes lots of time. I was going to work on some little tools for requesting records, giving the ability to specify how many to wait for and other such tweaks. |
If a quickfix would be possible, that would be great. the --local arg as |
@krl i will try and get to that ASAP. |
#1834 is merged. |
@whyrusleeping
This should probably read from the local known value of the ipns key, no?
It was pretty much instant before.
The text was updated successfully, but these errors were encountered: