ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
390 stars 54 forks source link

Stop using badger for temporary nodes #69

Closed aschmahmann closed 4 years ago

aschmahmann commented 4 years ago

Every time we create a new temp node with Badger is 2GB of space down the drain. Either we need a smaller default badger repo, use FlatFS, or even use a memory repo.

For now I've just removed the badger settings which will use the defaults (currently FlatFS), but am up for other suggestions.