Skip to content

Commit

Permalink
keep blob cores sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 30, 2023
1 parent fe01caa commit 5a47b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core-manager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class CoreManager extends TypedEmitter {
keyPair,
encryptionKey: this.#encryptionKeys[namespace],
// Starts live download of core immediately
sparse: false,
sparse: namespace === 'blob',
})
// @ts-ignore - ensure key is defined before hypercore is ready
core.key = key
Expand Down

0 comments on commit 5a47b56

Please sign in to comment.