From 3b18ea2a45f353abc35a9fdb2cbfa95ea7de3c62 Mon Sep 17 00:00:00 2001 From: n9k Date: Sun, 24 Jul 2022 01:31:49 +0000 Subject: [PATCH] Minor: increase default max_comment_lines from 12 to 20 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e727d6d..1a205d7 100644 --- a/config.toml +++ b/config.toml @@ -57,7 +57,7 @@ anonymous = "Anonymous" [chat] max_comment_length = 512 -max_comment_lines = 12 +max_comment_lines = 20 max_name_length = 24 min_name_contrast = 3.0 background_color = "#232327"