-
Notifications
You must be signed in to change notification settings - Fork 324
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
Restarting ipfs daemon sometimes freezes the browser #360
Comments
I suspect this got fixed in past weeks. |
So I've been running v2.2.0beta1 for some time on FF 58 now, and it is still an issue. Yes, it's running multiprocess. The issue is still there. |
Thank you, I am looking into this as a part of stabilization efforts before v2.2.0 release. It is on our TODO list. |
I am following up on things and I am unable to replicate this. @magik6k any change with latest version? ('beta' and 'stable' have the same code right now) |
on 2.2.0.8720 - I've had some hangs but it feels like they happen less often now. I've also noticed that I get these hangs when using 'Copy Public Gateway URL' from the context menu (might not be related to this issue). |
Yeah, copying should work instantly (it does not hit API), but.. are you having issues with pinning by any chance? |
The pin button in the extension doesn't seem to do anything for me. (pin doesn't show up in
It's on the local machine
I'd call it slightly overkill workstation. IPFS node sits on hdd bcache-d on an nvme ssd, using badger datastore with about 24G of data in it. |
Interesting. Is there a specific IPFS Path that triggers the issue or is it purely random? So far I've seen 'gui not being properly refreshed' once, when I was pinning root of a big directory tree that was not fully loaded into my node. Everything got back to normal after download finished, so I low-key suspect API stopped responding to new requests (for |
|
`pin.ls` may get really slow for mid-range repos, so we only check for explicit (recursive) ones Context: #360 (comment) Closes #360
Reopening, for some reason parameters added in #594 do not end up in the actual HTTP request sent by js-ipfs-api. |
Solves problem described in ipfs/ipfs-companion#360 (comment) License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Solves problem described in #360 (comment) by applying fix for ipfs-api from ipfs-inactive/js-ipfs-http-client#875 Closes #360
Solves problem described in #360 (comment) by applying fix for ipfs-api from ipfs-inactive/js-ipfs-http-client#875 Closes #360
Solves problem described in ipfs/ipfs-companion#360 (comment) License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Solves problem described in #360 (comment) by applying fix for ipfs-api from ipfs-inactive/js-ipfs-http-client#875 Closes #360
Solves problem described in #360 (comment) by applying fix for ipfs-api from ipfs-inactive/js-ipfs-http-client#875 Closes #360
Solves problem described in #360 (comment) by applying fix for ipfs-api from ipfs-inactive/js-ipfs-http-client#875 Closes #360
When restarting the local daemon (killing it and starting back after 10-30s), the browser will occasionally freeze for a few seconds.
ipfs-companion 2.1.0
Firefox 57.0.4
os/wm: Arch Linux/bspwm
The text was updated successfully, but these errors were encountered: