-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
412a11d
to
c43e20b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think that we should move migrations
to src/migrations
?
Can you explain for me the need for keys-encoding.js
?
const store = await maybeWithSharding(baseStore, storageOptions) | ||
|
||
try { | ||
const batch = store.batch() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't buffer the entire contents of a repo into memory. This has to be done incrementally.
Tbh I like having the Regarding the |
Tests are failing in the browser due to ipfs/js-stores#198 |
Not any more - we've switched back to |
No description provided.