Update changelog

This commit is contained in:
gammazero 2024-10-02 05:43:07 -07:00
parent 584c70f50b
commit 2b10610db9

View File

@ -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