mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-69698 licenses: Improve the performance of the licenses cache
The cache uses a single simple key and there is no need to hash it.
This commit is contained in:
parent
036c583800
commit
be2015a176
@ -473,7 +473,7 @@ $definitions = array(
|
||||
// Cache for licenses.
|
||||
'license' => [
|
||||
'mode' => cache_store::MODE_APPLICATION,
|
||||
'simplekeys' => false,
|
||||
'simpledata' => false
|
||||
'simplekeys' => true,
|
||||
'simpledata' => false,
|
||||
],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user