From 593443a01c5fa70ece83ade0b258eb1b44e40ce2 Mon Sep 17 00:00:00 2001 From: Lilly Schramm Date: Sun, 22 Jun 2025 01:17:41 +0200 Subject: [PATCH] docs: Fix Settings Docs --- .config/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/example.yml b/.config/example.yml index 8afaaa124d..46ace4abc2 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -344,7 +344,7 @@ id: 'aidx' #maxAltTextLength: 20000 # Amount of characters that will be saved for remote media descriptions (alt text). Longer descriptions will be truncated to this length. (minimum: 1) #maxRemoteAltTextLength: 100000 -# Amount of characters that can be used when writing user bios. Longer descriptions will be truncated to this length. (minimum: 1) +# Amount of characters that can be used when writing user bios. Longer descriptions will be rejected. (minimum: 1) #maxBioLength: 1500 # Amount of characters that will be saved for remote user bios. Longer descriptions will be truncated to this length. (minimum: 1) #maxRemoteBioLength: 15000