Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit d21a271

Browse files
author
Irving Popovetsky
committed
Merge branch 'master' of github.com:chef-customers/aws_native_chef_server
2 parents 0df755a + 6ebcee9 commit d21a271

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backendless_chef.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: AWS Native Chef Server v3.3.2
2+
Description: AWS Native Chef Server v3.3.3
33

44
Parameters:
55
# Required Parameters
@@ -698,7 +698,8 @@ Resources:
698698
opscode_solr4['elasticsearch_shard_count'] = ${ElasticSearchShardCount}
699699
opscode_solr4['elasticsearch_replica_count'] = ${ElasticSearchReplicaCount}
700700
bookshelf['storage_type'] = :sql
701-
bookshelf['db_pool_size'] = 20
701+
bookshelf['db_pool_init'] = 10
702+
bookshelf['db_pool_max'] = 20
702703
bookshelf['vip'] = '${ChefALB.DNSName}'.downcase
703704
rabbitmq['enable'] = false
704705
rabbitmq['management_enabled'] = false

0 commit comments

Comments
 (0)