Selticq
Results
3
comments of
Selticq
Here is my archiving configuration : ---- Archiving Do not automatically refresh more often than : 1h Purge policy Maximum number of articles to keep : checked, 200 Maximum age...
Or add a parameter to disable the random step.
In the feedControler.php file, at line 434, I replaced `if (mt_rand(0, 30) === 1) { // Remove old entries once in 30.` through `if ((true) || (mt_rand(0, 30) === 1))...