From e178dc843a677fe2512ebd2247e20016eb18cd5b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 13 Sep 2013 18:17:47 +0200 Subject: go back to 200 autopurge count --- utility/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility') diff --git a/utility/config.php b/utility/config.php index 3c0b1edb1..54145c993 100644 --- a/utility/config.php +++ b/utility/config.php @@ -45,7 +45,7 @@ class Config { public function __construct($fileSystem, API $api) { $this->fileSystem = $fileSystem; $this->autoPurgeMinimumInterval = 60; - $this->autoPurgeCount = 5000; + $this->autoPurgeCount = 200; $this->simplePieCacheDuration = 30*60; $this->feedFetcherTimeout = 60; $this->useCronUpdates = true; -- cgit v1.2.3