Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
bfcb41bf
Commit
bfcb41bf
authored
Apr 19, 2015
by
Alex Pott
Browse files
Issue
#2395143
followup by amateescu: YAML parsing is very slow, cache it with FileCache
parent
1bf9f388
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/DrupalKernel.php
View file @
bfcb41bf
...
...
@@ -431,7 +431,7 @@ public function boot() {
}
}
FileCacheFactory
::
setConfiguration
(
$configuration
);
FileCacheFactory
::
setPrefix
(
hash
(
'sha256'
,
Settings
::
get
(
'hash_salt'
)));
FileCacheFactory
::
setPrefix
(
hash
(
'sha256'
,
'FileCache'
.
Settings
::
get
(
'hash_salt'
)));
// Initialize the container.
$this
->
initializeContainer
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment