mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-27 22:59:08 -05:00
Limitation du nombre d'articles à charger en utilisant le chargement par parsing (pour éviter les débordements de mémoire)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array (
|
||||
'posts_per_page' => 10,
|
||||
'default_view' => 'all',
|
||||
'display_posts' => 'no',
|
||||
'sort_order' => 'low_to_high',
|
||||
'old_entries' => 3,
|
||||
'mail_login' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user