Set max initial articles back to 1000 in spoolnews.php

This commit is contained in:
Retro_Guy 2021-01-20 23:16:29 -07:00
parent 8192068592
commit 90db596b9d
2 changed files with 1 additions and 1 deletions

View File

@ -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) {

BIN
latest.zip Normal file

Binary file not shown.