Increase subject length limit to 80 in threads display.

This commit is contained in:
Retro_Guy 2023-12-30 05:06:56 -07:00
parent 3b5f153113
commit de7015b46f
1 changed files with 1 additions and 1 deletions

View File

@ -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;