Activate internal cache by default
This commit is contained in:
parent
15adc798e5
commit
88073e9816
@ -425,7 +425,7 @@
|
|||||||
'title' => USE_CACHE,
|
'title' => USE_CACHE,
|
||||||
'description' => USE_CACHE_DESC,
|
'description' => USE_CACHE_DESC,
|
||||||
'type' => 'bool',
|
'type' => 'bool',
|
||||||
'default' => false,
|
'default' => true,
|
||||||
'permission' => 'siteConfiguration'),
|
'permission' => 'siteConfiguration'),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -476,7 +476,7 @@ if (defined('IN_serendipity_admin') && !isset($serendipity['use_autosave'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($serendipity['useInternalCache'])) {
|
if (!isset($serendipity['useInternalCache'])) {
|
||||||
$serendipity['useInternalCache'] = false;
|
$serendipity['useInternalCache'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// You can set parameters which ImageMagick should use to generate the thumbnails
|
// You can set parameters which ImageMagick should use to generate the thumbnails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user