Skip to content

Commit

Permalink
EZP-26391: ez-support-tools factory called on every request (#20)
Browse files Browse the repository at this point in the history
Workaround: Make the service not lazy.
  • Loading branch information
glye committed Oct 18, 2016
1 parent c82a872 commit 163d977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ services:
support_tools.system_info.ezc:
class: ezcSystemInfo
factory: ["@support_tools.system_info.ezc.factory", buildEzcSystemInfo]
lazy: true

support_tools.system_info.ezc.factory:
class: "%support_tools.system_info.ezc.factory.class%"
Expand Down

0 comments on commit 163d977

Please # to comment.