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";
|
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";
|
||||||
|
|
Loading…
Reference in a new issue