From 3cfa34d8b84d085ef0d8ba0ce0ebfad9a5da6408 Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 4 Mar 2024 21:29:17 -0500 Subject: [PATCH] update config comment for rocksdb threads Signed-off-by: strawberry --- conduwuit-example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 242f862c..db94ddce 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -257,6 +257,8 @@ allow_check_for_updates = true #rocksdb_log_time_to_roll = 0 # Amount of threads that RocksDB will use for parallelism. Set to 0 to use all your physical cores. +# Conduit eagerly spawns threads mainly for federation, so it may not be desirable to use all your cores / logical threads. +# # Defaults to your CPU physical core count (not logical threads) count divided by 2 (half) #rocksdb_parallelism_threads = 0