summaryrefslogtreecommitdiff
path: root/includes/cache/ResourceFileCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cache/ResourceFileCache.php')
-rw-r--r--includes/cache/ResourceFileCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache/ResourceFileCache.php b/includes/cache/ResourceFileCache.php
index 61f1e8c3..2ad7b853 100644
--- a/includes/cache/ResourceFileCache.php
+++ b/includes/cache/ResourceFileCache.php
@@ -29,7 +29,7 @@
class ResourceFileCache extends FileCacheBase {
protected $mCacheWorthy;
- /* @TODO: configurable? */
+ /* @todo configurable? */
const MISS_THRESHOLD = 360; // 6/min * 60 min
/**