From 72877622e53f4d0cb14bb3368f43013fc0cdbd21 Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Fri, 26 Apr 2024 00:07:38 -0400
Subject: [PATCH] forgot to update example config

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 3794a7e91..fa26d7956 100644
--- a/conduwuit-example.toml
+++ b/conduwuit-example.toml
@@ -382,9 +382,9 @@ allow_profile_lookup_federation_requests = true
 # Time in seconds before RocksDB will forcibly rotate logs. Defaults to 0.
 #rocksdb_log_time_to_roll = 0
 
-# Amount of threads that RocksDB will use for parallelism on database operatons such as cleanup, sync, flush, compaction, etc. Set to 0 to use all your physical cores.
+# Amount of threads that RocksDB will use for parallelism on database operatons such as cleanup, sync, flush, compaction, etc. Set to 0 to use all your logical threads.
 #
-# Defaults to your CPU physical core count (not logical threads).
+# Defaults to your CPU logical thread count.
 #rocksdb_parallelism_threads = 0
 
 # Enables idle IO priority for compaction thread. This prevents any unexpected lag in the server's operation and
-- 
GitLab