diff --git a/lib/db/caches.php b/lib/db/caches.php index ecec4ad1283..62993907914 100644 --- a/lib/db/caches.php +++ b/lib/db/caches.php @@ -104,12 +104,12 @@ $definitions = array( 'simpledata' => true, // Array of stdClass objects containing only strings. 'persist' => true, // Likely there will be a couple of calls to this. 'persistmaxsize' => 2, // The original cache used 1, we've increased that to two. - ) + ), // Used to cache calendar subscriptions. 'calendar_subscriptions' => array( 'mode' => cache_store::MODE_APPLICATION, 'simplekeys' => true, 'simpledata' => true, 'persistent' => true, - ), + ) );