mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-36621 calendar: fixed up conflict error
This commit is contained in:
parent
36546841f1
commit
59573bb447
@ -104,12 +104,12 @@ $definitions = array(
|
|||||||
'simpledata' => true, // Array of stdClass objects containing only strings.
|
'simpledata' => true, // Array of stdClass objects containing only strings.
|
||||||
'persist' => true, // Likely there will be a couple of calls to this.
|
'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.
|
'persistmaxsize' => 2, // The original cache used 1, we've increased that to two.
|
||||||
)
|
),
|
||||||
// Used to cache calendar subscriptions.
|
// Used to cache calendar subscriptions.
|
||||||
'calendar_subscriptions' => array(
|
'calendar_subscriptions' => array(
|
||||||
'mode' => cache_store::MODE_APPLICATION,
|
'mode' => cache_store::MODE_APPLICATION,
|
||||||
'simplekeys' => true,
|
'simplekeys' => true,
|
||||||
'simpledata' => true,
|
'simpledata' => true,
|
||||||
'persistent' => true,
|
'persistent' => true,
|
||||||
),
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user