Skip to content

Commit 1b660e4

Browse files
committed
feat docs: note about postgresql connlimit
commit_hash:e23305d2a52e1ee7fdf622db2982aec1eba34984
1 parent 7119aa1 commit 1b660e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/docs/en/userver/pg_connlimit_mode_auto.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ migration scripts, etc.
3636
The limit is promptly changed after service topology change: node
3737
addition/removal, service instance stop, etc.
3838

39+
@warning If a host fails to determine the value automatically, it will fallback to the `max_pool_size`
40+
specified in the static config. Therefore, `max_pool_size` in the static configuration must be kept within reasonable limits.
41+
3942
## Disabling the feature
4043

4144
The feature can be turned on/off in runtime via the dynamic config variable

0 commit comments

Comments
 (0)