From 8cc4bf29d762bee7ec7fd2c3f26608a3b158f90d Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Tue, 25 Jan 2022 12:37:44 -0600 Subject: [PATCH] docs: update `max_conn_pool` Signed-off-by: Hank Donnay --- Documentation/reference/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/reference/config.md b/Documentation/reference/config.md index 799cffd839..51408864d4 100644 --- a/Documentation/reference/config.md +++ b/Documentation/reference/config.md @@ -62,7 +62,6 @@ indexer: airgap: false matcher: connstring: "" - max_conn_pool: 0 indexer_addr: "" migrations: false period: "" @@ -192,7 +191,6 @@ 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. @@ -200,6 +198,9 @@ 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 `:` format where `` can be an empty string.