summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-10-30 12:51:28 +0000
committerGerrit Code Review <review@openstack.org>2021-10-30 12:51:28 +0000
commit924a6b9fbf6afbd13e3432b716ded07f7a7145da (patch)
tree67c029930cf2cc717264a8d74fe34b07a7b11199 /doc
parent3913c9d4b7bfdda0227571e6d067938ee55d3761 (diff)
parent6c751892e8d92620f159c045bf9096405b6b1a61 (diff)
downloadzuul-924a6b9fbf6afbd13e3432b716ded07f7a7145da.tar.gz
Merge "Add gitlab disable_connection_pool option"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/drivers/gitlab.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/reference/drivers/gitlab.rst b/doc/source/reference/drivers/gitlab.rst
index 5e1c15668..c747bbbd3 100644
--- a/doc/source/reference/drivers/gitlab.rst
+++ b/doc/source/reference/drivers/gitlab.rst
@@ -114,6 +114,13 @@ The supported options in ``zuul.conf`` connections are:
TCP connection keepalive timeout; ``0`` disables.
+ .. attr:: disable_connection_pool
+ :default: false
+
+ Connection pooling improves performance and resource usage under
+ normal circumstances, but in adverse network conditions it can
+ be problematic. Set this to ``true`` to disable.
+
Trigger Configuration