summaryrefslogtreecommitdiffstats
path: root/dependencyinjection
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-20 15:09:15 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-20 15:09:15 +0200
commit381f8efd1096001f34810414c1054a00a64179c8 (patch)
treea8bd92117dfd7352bfae3e06cacf57287312036a /dependencyinjection
parent4d4a27969705b8ff14c139795228d2f05e017b87 (diff)
set autopurge limit to 200 and purge per feed rather than per user or per all items, fix #98
Diffstat (limited to 'dependencyinjection')
-rw-r--r--dependencyinjection/dicontainer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencyinjection/dicontainer.php b/dependencyinjection/dicontainer.php
index 2fc894a70..10dd56578 100644
--- a/dependencyinjection/dicontainer.php
+++ b/dependencyinjection/dicontainer.php
@@ -62,7 +62,7 @@ class DIContainer extends BaseContainer {
/**
* Configuration values
*/
- $this['autoPurgeCount'] = 1000;
+ $this['autoPurgeCount'] = 200;
$this['simplePieCacheDirectory'] = __DIR__ . '/../cache/simplepie/';
$this['simplePieCacheDuration'] = 1000; // seconds