Skip to content

Commit

Permalink
docs: update max_conn_pool
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Jan 25, 2022
1 parent e86c1fb commit 8cc4bf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ indexer:
airgap: false
matcher:
connstring: ""
max_conn_pool: 0
indexer_addr: ""
migrations: false
period: ""
Expand Down Expand Up @@ -192,14 +191,16 @@ Accepts a format as a url (e.g.,
or a libpq connection string (e.g.,
`user=pqgotest dbname=pqgotest sslmode=verify-full`).


#### `$.matcher.max_conn_pool`
A positive integer limiting the database connection pool size.

Clair allows for a custom connection pool size.
This number will directly set how many active database
connections are allowed concurrently.

This parameter will be ignored in a future version.
Users should configure this through the connection string.

#### `$.matcher.indexer_addr`
A string in `<host>:<port>` format where `<host>` can be an empty string.

Expand Down

0 comments on commit 8cc4bf2

Please sign in to comment.