From de7015b46fbdd152d8a33bf7e46f73ab0af6b7cd Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 30 Dec 2023 05:06:56 -0700 Subject: [PATCH] Increase subject length limit to 80 in threads display. --- Rocksolid_Light/rocksolid/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rocksolid/config.inc.php b/Rocksolid_Light/rocksolid/config.inc.php index 45b5767..ccf568e 100644 --- a/Rocksolid_Light/rocksolid/config.inc.php +++ b/Rocksolid_Light/rocksolid/config.inc.php @@ -132,7 +132,7 @@ $thread_show["replies"] = false; $thread_show["lastdate"] = true; // makes only sense with $thread_show["replies"]=false $thread_show["threadsize"] = true; $thread_show["latest"] = true; -$thread_maxSubject = 70; +$thread_maxSubject = 80; $maxfetch = 1000; $maxarticles = 0; $maxarticles_extra = 0;