mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 17:28:02 +08:00
Update changelog
This commit is contained in:
parent
584c70f50b
commit
2b10610db9
@ -6,6 +6,7 @@
|
||||
|
||||
- [Overview](#overview)
|
||||
- [🔦 Highlights](#-highlights)
|
||||
- [Include pebble as built-in plugin](#pebble-plugin)
|
||||
- [📝 Changelog](#-changelog)
|
||||
- [👨👩👧👦 Contributors](#-contributors)
|
||||
|
||||
@ -13,6 +14,14 @@
|
||||
|
||||
### 🔦 Highlights
|
||||
|
||||
#### Pebble Plugin
|
||||
|
||||
Pebble provides a high-performance alternative to leveldb as the datastore, and will serve as a replacement for badger1.
|
||||
|
||||
There are a number of tuning parameters available for tuning pebble's performance to your specific needs. Default values are used for any parameters that are not configured or are set to their zero-value.
|
||||
|
||||
For a description of the available tuning parameters, see: https://github.com/ipfs/kubo/blob/master/docs/datastores.md#pebbleds
|
||||
|
||||
### 📝 Changelog
|
||||
|
||||
### 👨👩👧👦 Contributors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user