diff options
author | Michael Lando <ml636r@att.com> | 2017-07-24 00:48:40 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-07-24 00:48:40 +0300 |
commit | e575ea8b9c775f72a906aea75c338e1fbb04df06 (patch) | |
tree | e4ebadde2aeb21cf141eeb6899fe73dec269abaa /sdc-os-chef | |
parent | 9db4052423f34a76296ffdcda896cdeba2b4aead (diff) |
[SDC] 1710 rebase
Change-Id: Ib07b7baacc68a357d302ee591e1fe74151dcea96
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/sdc-os-common/templates/default/BE-configuration.yaml.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/sdc-os-common/templates/default/BE-configuration.yaml.erb b/sdc-os-chef/sdc-os-common/templates/default/BE-configuration.yaml.erb index d7acdac3e3..311487d929 100644 --- a/sdc-os-chef/sdc-os-common/templates/default/BE-configuration.yaml.erb +++ b/sdc-os-chef/sdc-os-common/templates/default/BE-configuration.yaml.erb @@ -570,9 +570,9 @@ applicationL1Cache: pollIntervalInSec: 60 applicationL2Cache: - enabled: true + enabled: false catalogL1Cache: - enabled: true + enabled: false resourcesSizeInCache: 300 servicesSizeInCache: 200 productsSizeInCache: 100 |