-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
IPFS API not responsive if the repository size has a lot of objects #5163
Comments
have you tried using badgerds for your data store? |
That could be a solution for new repositories that we set up in the client. |
You can migrate from Flatts to badgers. Ah okay I would probably have him use your client instead of gos |
Migrating to badger datastore is great but not what this issue is about. Could you tell us more about the repo? OS, size, nature of the content (i.e. tons of small objects, or large objects), how exactly is the API not responsive, is all of it unresponsive? |
@lgierth The first piece of information I can give you is the issue https://github.com/Siderus/Orion/issues/124, which contains a few screenshots of the API in action. Then, eh... I added multiple UIbuntu 18.04 ISOs flavours, and all Android P Developer Preview ZIPs, and I generally use IPFS whenever I have to share something. So... "there's stuff in there". I also use IPFS when I want to share images on Internet and I host them on my private node and sometimes mirror them on my public node. I'm using Windows 10 with Go-IPFS running in a scheduled task on login. With that, I think you might have a good idea of the nature of the node's content. |
This is #5221. Closing as a duplicate. |
Version information:
Siderus Orion
0.6.1
go-ipfs
0.4.15
Type:
Bug
Description:
Original thread: https://github.com/Siderus/Orion/issues/124
In the original 3d the issue is happening when we add a new file or when we simply open a new window. These two windows are using:
As we am using
js-ipfs-api
, we have noticed that the issue is caused bygo-ipfs
.Probably this is a duplicate but I was not able to find a clone of this.
The text was updated successfully, but these errors were encountered: