mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'wip-MDL-50303-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
2394cf72d6
2 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue