11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
|
<?php
|
||
|
return [
|
||
|
// expire.php
|
||
|
'max_articles_per_group' => 10000,
|
||
|
|
||
|
// spoolnews.php
|
||
|
'maxarticles_per_run' => 100,
|
||
|
'maxfirstrequest' => 100
|
||
|
];
|
||
|
?>
|