Skip to content

Commit a5451cc

Browse files
authored
docs: clarify worker service connects to code insights db (sourcegraph#30521)
1 parent 76f33f5 commit a5451cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/admin/config/postgres-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The setting `max_connections` determines the number of active connections that c
5353
| `gitserver` | `pgsql` |
5454
| `repo-updater` | `pgsql` |
5555
| `precise-code-intel-worker` | `codeintel-db`, `pgsql` |
56-
| `worker` | `codeintel-db`, `pgsql` |
56+
| `worker` | `codeintel-db`, `pgsql`, `codeinsights-db` |
5757

5858
Each of these containers open a pool of connections not exceeding the pool capacity indicated by the `SRC_PGSQL_MAX_OPEN` environment variable. The maximum number of connections for your instance can be determined by summing the connection pool capacity of every container in this list. By default, `SRC_PGSQL_MAX_OPEN` is `30`. _Note that these services do not all connect to the same database, and the frontend generates the majority of database connections_
5959

0 commit comments

Comments
 (0)