From ece817c5626794cc9ee4c5c35492079c29a36c66 Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Tue, 19 Mar 2024 19:27:09 -0400
Subject: [PATCH] db_cache_capacity_mb defaults to 256.0 now

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 cf1d905bb..decaf406f 100644
--- a/conduwuit-example.toml
+++ b/conduwuit-example.toml
@@ -274,8 +274,8 @@ url_preview_check_root_domain = 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 300.0
-#db_cache_capacity_mb = 300.0
+# Defaults to 256.0
+#db_cache_capacity_mb = 256.0
 
 # Interval in seconds when conduwuit will run database cleanup operations.
 #
-- 
GitLab