Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix random UI glitches: check only for recursive pins #594

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Sep 22, 2018

ipfs swarm peers should be fast, ipfs pin ls may get really slow for mid-large repos, especially when called without -t recursive flag (mine repo has few 100k's of pins, pin ls can take minutes to finish)

As a workaround until #415 lands we only check for explicit (recursive) ones,
as suggested in #360 (comment)

Closes #360

`pin.ls` may get really slow for mid-range repos,
so we only check for explicit (recursive) ones

Context: #360 (comment)
Closes #360
@lidel lidel merged commit 952e11f into master Sep 24, 2018
@lidel lidel deleted the fix/slow-pin-ls branch September 24, 2018 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant