Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Disable preload in ipfs config #16

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

Loosetooth
Copy link
Contributor

This pull request disables the preload setting in the ipfs config. Without this change, large amounts of data get sent to the ipfs preload nodes.

I tested this on my local PC with a clean database. With preload enabled there are data transfers for every change in the database: (exponentially increasing in size)
image

These transfers completely disappear when preload: { enabled: false } is added to the ipfs config.

@aphelionz aphelionz merged commit 0fcae79 into orbitdb-archive:master Feb 25, 2021
@aphelionz
Copy link

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants