Skip to content

Commit

Permalink
Added cookbook version cache configs in hab
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <jashaik@progress.com>
  • Loading branch information
jashaik committed Mar 18, 2022
1 parent 9bbfbbc commit 69874fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/oc_erchef/habitat/config/sys.config
Expand Up @@ -214,7 +214,9 @@
{s3_parallel_ops_timeout, 5000},
{s3_parallel_ops_fanout, 10},
{depsolver_timeout, 20000},
{depsolver_pooler_timeout, 0}
{depsolver_pooler_timeout, 0},
{cbv_cache_enabled, {{cbv_cache_enabled}}},
{cbv_cache_item_ttl, {{cbv_cache_item_ttl}}}
]},
{{#if cfg.data_collector.enabled ~}}
{data_collector, [
Expand Down

0 comments on commit 69874fc

Please sign in to comment.