mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 22:06:43 +02:00
Do not check blueprint updates when caching configuration
This commit is contained in:
@@ -156,7 +156,7 @@ class Config extends Data
|
||||
|
||||
public function checksum()
|
||||
{
|
||||
$checkBlueprints = $this->get('system.cache.check.blueprints', true);
|
||||
$checkBlueprints = $this->get('system.cache.check.blueprints', false);
|
||||
$checkConfig = $this->get('system.cache.check.config', true);
|
||||
$checkSystem = $this->get('system.cache.check.system', true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user