zuul/releasenotes/notes/gitlab-disable-connection-pool-0ad02ef8028d4994.yaml
James E. Blair 6c751892e8 Add gitlab disable_connection_pool option
Under adverse network conditions, it may be necessary to disable
connection pooling entirely in order to achive reliable interaction
with the remote server.  Add an option for that.

Change-Id: I336fab1197a8fb6e038db24277b6279013224bb0
2021-10-14 16:29:50 -07:00

7 lines
220 B
YAML

---
features:
- |
It is now possible to disable connection pooling in the Gitlab
driver with :attr:`<gitlab connection>.disable_connection_pool`.
This option may be useful under adverse network conditions.