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 has been archived by the owner on Oct 11, 2024. It is now read-only.
We are still using LevelDB for storage for dht and peerstore inside of the p2p/ package. This was an oversight from the big database upgrade. In the browser, this means that the peerstore and dht are in-memory only, which effectively decreases decentralization and can lead to a poor user experience when refreshing the page.
The text was updated successfully, but these errors were encountered:
We are still using LevelDB for storage for
dht
andpeerstore
inside of the p2p/ package. This was an oversight from the big database upgrade. In the browser, this means that the peerstore and dht are in-memory only, which effectively decreases decentralization and can lead to a poor user experience when refreshing the page.The text was updated successfully, but these errors were encountered: