From 9f6572e1bee244cebee56d9266b81a59440cf07f Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Mon, 14 Feb 2022 08:27:58 +0000 Subject: [PATCH] Remove max articles limit when first adding a group but leave config options to do so --- Rocksolid_Light/rocksolid/config.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Rocksolid_Light/rocksolid/config.inc.php b/Rocksolid_Light/rocksolid/config.inc.php index 4b37185..4524763 100644 --- a/Rocksolid_Light/rocksolid/config.inc.php +++ b/Rocksolid_Light/rocksolid/config.inc.php @@ -118,9 +118,8 @@ $thread_show["threadsize"]=true; $thread_show["latest"]=true; $thread_maxSubject=70; $maxfetch=1000; -// If increasing $maxarticles over 10000 uncomment ini_set('memory_limit') above -$maxarticles=50000; -$maxarticles_extra=500000; +$maxarticles=0; +$maxarticles_extra=0; $age_count=3; $age_time[1]=86400; //24 hours $age_color[1]="red";