Merge branch 'wip-MDL-50303-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
David Monllao 2015-08-17 15:06:15 +08:00
commit 2394cf72d6
2 changed files with 0 additions and 8 deletions

View file

@ -215,13 +215,6 @@ $definitions = array(
'simplekeys' => true,
'simpledata' => true
),
// Used to cache user grades for conditional availability purposes.
'gradecondition' => array(
'mode' => cache_store::MODE_APPLICATION,
'staticacceleration' => true,
'staticaccelerationsize' => 2, // Should not be required for more than one user at a time.
'ttl' => 3600,
),
// Used to cache activity completion status.
'completion' => array(