forked from Telodendria/Telodendria
Fix cache size warning
This commit is contained in:
parent
520b062dbb
commit
be3b73f2af
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue