Do not check blueprint updates when caching configuration

This commit is contained in:
Matias Griese
2014-10-07 12:31:01 +03:00
parent 6cc3d15ee7
commit 4c04dfc747

View File

@@ -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);