2023-08-27 16:05:53 +02:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
// expire.php
|
|
|
|
'max_articles_per_group' => 10000,
|
|
|
|
|
|
|
|
// spoolnews.php
|
|
|
|
'maxarticles_per_run' => 100,
|
2023-09-18 14:07:20 +02:00
|
|
|
'maxfirstrequest' => 100,
|
|
|
|
|
|
|
|
// Display short view of headers (only subject, name, date)
|
|
|
|
'short_headers' => false,
|
|
|
|
|
|
|
|
// Just leave this here to avoid comma errors
|
|
|
|
'comma' => true
|
2023-08-27 16:05:53 +02:00
|
|
|
];
|
|
|
|
?>
|