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
From the extension debugger log, looks like it's on a ~3 second timer doing this infinitely:
21:06:03.877
Error while ipfs.swarm.peers: TypeError: NetworkError when attempting to fetch resource. backgroundPage.bundle.js:85:316603
21:06:06.865
XHRPOSThttp://127.0.0.1:5001/api/v0/swarm/peers?stream-channels=true
We should probably have the timer back off eventually, at least.
Seems like too much CPU for just a network request, even one firing every few seconds... so maybe there's more too it.
The text was updated successfully, but these errors were encountered:
Firefox Nightly, IPFS Companion (latest)
From the extension debugger log, looks like it's on a ~3 second timer doing this infinitely:
We should probably have the timer back off eventually, at least.
Seems like too much CPU for just a network request, even one firing every few seconds... so maybe there's more too it.
The text was updated successfully, but these errors were encountered: