aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/cache.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cache.class.php b/include/cache.class.php
index b1f7dde89..5b97cb1f1 100644
--- a/include/cache.class.php
+++ b/include/cache.class.php
@@ -101,7 +101,7 @@ class PersistentFileCache extends PersistentCache
$lifetime = $this->default_lifetime;
}
- if (rand() % 199 == 0)
+ if (rand() % 97 == 0)
{
$this->purge(false);
}