From 33e7dafc1a5df0b6484a483c2a8baa9fbbb22ddf Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Wed, 14 Feb 2024 18:14:35 -0500
Subject: [PATCH] fix incorrect comment about db_cache_capacity_mb

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 conduwuit-example.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conduwuit-example.toml b/conduwuit-example.toml
index 2460b3161..4d7ba1646 100644
--- a/conduwuit-example.toml
+++ b/conduwuit-example.toml
@@ -226,8 +226,8 @@ enable_lightning_bolt = false
 
 # Set this to any float value in megabytes for conduwuit to tell the database engine that this much memory is available for database-related caches.
 # May be useful if you have significant memory to spare to increase performance.
-# Defaults to 900.0
-#db_cache_capacity_mb = 900.0
+# Defaults to 300.0
+#db_cache_capacity_mb = 300.0
 
 
 
-- 
GitLab