mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'wip-MDL-50303-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
2394cf72d6
@ -49,7 +49,6 @@ $string['cachedef_databasemeta'] = 'Database meta information';
|
||||
$string['cachedef_eventinvalidation'] = 'Event invalidation';
|
||||
$string['cachedef_externalbadges'] = 'External badges for particular user';
|
||||
$string['cachedef_suspended_userids'] = 'List of suspended users per course';
|
||||
$string['cachedef_gradecondition'] = 'User grades cached for evaluating conditional availability';
|
||||
$string['cachedef_groupdata'] = 'Course group information';
|
||||
$string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
|
||||
$string['cachedef_langmenu'] = 'List of available languages';
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user