mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
This is a provisional PR and should not be merged until dependencies are merged into their master branches. - Add badger2 plugin - Update docs to describe badger2 - Add tests for badger2 - Add options to configure compression and blockCacheSize - Document vlogFileSize config param - Update go-ipfs-config - Update go-ds-badger2
12 lines
455 B
Plaintext
12 lines
455 B
Plaintext
# this file contains plugins to be preloaded
|
|
# empty lines or starting with '#' are ignored
|
|
#
|
|
# name go-path number of the sub-plugin or *
|
|
|
|
ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git *
|
|
|
|
badgerds github.com/ipfs/go-ipfs/plugin/plugins/badgerds *
|
|
badger2ds github.com/ipfs/go-ipfs/plugin/plugins/badger2ds *
|
|
flatfs github.com/ipfs/go-ipfs/plugin/plugins/flatfs *
|
|
levelds github.com/ipfs/go-ipfs/plugin/plugins/levelds *
|