Skip to content

Commit 6444e7b

Browse files
authored
update default value of max_connections in documentation (cyrilgdn#201)
the default was changed to 20 in a2da724 (Fix max_connections validations., 2020-04-05).
1 parent ec71102 commit 6444e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following arguments are supported:
102102
* `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The
103103
default is `180s`. Zero or not specified means wait indefinitely.
104104
* `max_connections` - (Optional) Set the maximum number of open connections to
105-
the database. The default is `4`. Zero means unlimited open connections.
105+
the database. The default is `20`. Zero means unlimited open connections.
106106
* `expected_version` - (Optional) Specify a hint to Terraform regarding the
107107
expected version that the provider will be talking with. This is a required
108108
hint in order for Terraform to talk with an ancient version of PostgreSQL.

0 commit comments

Comments
 (0)