Skip to content

Commit

Permalink
Make tag/name and type declarations consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Feb 28, 2024
1 parent 600c0d7 commit 7cdbf55
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 166 deletions.
4 changes: 2 additions & 2 deletions doc/configuration/outgoing-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ This allows you to create multiple dedicated pools of the same type.
* `single_host` - the pool will be started for the selected host or host type only (you must provide the name).

!!! Note
A global pool with name `default` is used by services that are not configured by host_type, like `service_domain_db` or `service_mongoose_system_metrics`, or by modules that don't support dynamic domains, like `mod_pubsub`.
If a global pool is not configured, these services will fail.
A pool with scope `global` and tag `default` is used by services that are not configured by host_type, like `service_domain_db` or `service_mongoose_system_metrics`, or by modules that don't support dynamic domains, like `mod_pubsub`.
If a global default pool is not configured, these services will fail.

## Worker pool options

Expand Down
Loading

0 comments on commit 7cdbf55

Please sign in to comment.