aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook/from-source.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-03-14 15:43:30 +0000
committerAlex <alex@adnab.me>2024-03-14 15:43:30 +0000
commit62b01d8705b8525cfe323aecf4ea085ac8671a8e (patch)
tree39b183d85f8f87b5b843addc8987c3a24859b21e /doc/book/cookbook/from-source.md
parent238545e56486b857fab41e0703fc9bccbcd50a2c (diff)
parent422d45b6596d0610afbd6a3e3342024419b9b0ee (diff)
downloadgarage-62b01d8705b8525cfe323aecf4ea085ac8671a8e.tar.gz
garage-62b01d8705b8525cfe323aecf4ea085ac8671a8e.zip
Merge pull request 'Doc: be slightly more critical of LMDB' (#773) from doc-updates into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/773
Diffstat (limited to 'doc/book/cookbook/from-source.md')
-rw-r--r--doc/book/cookbook/from-source.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/cookbook/from-source.md b/doc/book/cookbook/from-source.md
index bacf93ab..ade47e96 100644
--- a/doc/book/cookbook/from-source.md
+++ b/doc/book/cookbook/from-source.md
@@ -91,5 +91,5 @@ The following feature flags are available in v0.8.0:
| `metrics` | *by default* | Enable collection of metrics in Prometheus format on the admin API |
| `telemetry-otlp` | optional | Enable collection of execution traces using OpenTelemetry |
| `sled` | *by default* | Enable using Sled to store Garage's metadata |
-| `lmdb` | optional | Enable using LMDB to store Garage's metadata |
-| `sqlite` | optional | Enable using Sqlite3 to store Garage's metadata |
+| `lmdb` | *by default* | Enable using LMDB to store Garage's metadata |
+| `sqlite` | *by default* | Enable using Sqlite3 to store Garage's metadata |