Skip to content

Commit 3fb553f

Browse files
authored
Enable website level config cache (#2355)
1 parent 5aece6d commit 3fb553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Core/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Mage_Core_Model_Config extends Mage_Core_Model_Config_Base
5959
'crontab' => 0,
6060
'install' => 0,
6161
'stores' => 1,
62-
'websites' => 0
62+
'websites' => 1
6363
);
6464

6565
/**

0 commit comments

Comments
 (0)