Skip to content

Commit a90c129

Browse files
committed
Merge pull request #974 from ekohl/lower-max-conns
Lower max connections to 21 in acceptance tests
2 parents 624bd9f + bb43bc2 commit a90c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/overridden_settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class { 'postgresql::server':
1212
},
1313
},
1414
config_entries => {
15-
max_connections => 200,
15+
max_connections => 21,
1616
},
1717
pg_hba_rules => {
1818
'from_remote_host' => {

0 commit comments

Comments
 (0)