fix incorrect comment about db_cache_capacity_mb

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-14 18:14:35 -05:00
parent 56fb79d53c
commit 06e175c39b

View file

@ -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. # 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. # May be useful if you have significant memory to spare to increase performance.
# Defaults to 900.0 # Defaults to 300.0
#db_cache_capacity_mb = 900.0 #db_cache_capacity_mb = 300.0