diff --git a/Rocksolid_Light/rslight/scripts/spoolnews.php b/Rocksolid_Light/rslight/scripts/spoolnews.php index 9c7ad04..3e23e69 100755 --- a/Rocksolid_Light/rslight/scripts/spoolnews.php +++ b/Rocksolid_Light/rslight/scripts/spoolnews.php @@ -36,7 +36,7 @@ if(!isset($maxarticles_per_run)) { $maxarticles_per_run = 100; } if(!isset($maxfirstrequest)) { - $maxfirstrequest = 50000; + $maxfirstrequest = 1000; } if(!isset($CONFIG['enable_nntp']) || $CONFIG['enable_nntp'] != true) { diff --git a/latest.zip b/latest.zip new file mode 100644 index 0000000..f8f9ce5 Binary files /dev/null and b/latest.zip differ