Set max initial articles back to 1000 in spoolnews.php
This commit is contained in:
parent
8192068592
commit
90db596b9d
@ -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
BIN
latest.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user