From be3b73f2afba51f505df237b74bdf2d891aaa953 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 23 Nov 2022 00:53:06 +0000 Subject: [PATCH] Fix cache size warning --- contrib/development.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/development.conf b/contrib/development.conf index b957131..8f12b85 100644 --- a/contrib/development.conf +++ b/contrib/development.conf @@ -11,10 +11,10 @@ data-dir "./data"; federation "true"; registration "true"; log "stdout" { - level "debug"; +# level "debug"; timestampFormat "none"; color "true"; }; threads "4"; max-connections "32"; -max-cache "1k"; +max-cache "1K";