Fix cache size warning

This commit is contained in:
Jordan Bancino 2022-11-23 00:53:06 +00:00
parent 520b062dbb
commit be3b73f2af
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ data-dir "./data";
federation "true"; federation "true";
registration "true"; registration "true";
log "stdout" { log "stdout" {
level "debug"; # level "debug";
timestampFormat "none"; timestampFormat "none";
color "true"; color "true";
}; };
threads "4"; threads "4";
max-connections "32"; max-connections "32";
max-cache "1k"; max-cache "1K";