From 4f1bb7a06b4643a144538709772833bb9b9df3dd Mon Sep 17 00:00:00 2001 From: Pearson Radu <62548051+pearsonradu@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:29:50 -0400 Subject: [PATCH] docs: update git backend docs to include ssh connection timeout (#2396) --- .../pages/server/environment-repository/git-backend.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc b/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc index 92dfe9b8..74cfb5f1 100644 --- a/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc +++ b/docs/modules/ROOT/pages/server/environment-repository/git-backend.adoc @@ -29,10 +29,10 @@ spring: skipSslValidation: true ---- -[[setting-http-connection-timeout]] -== Setting HTTP Connection Timeout +[[setting-connection-timeout]] +== Setting Connection Timeout -You can configure the time, in seconds, that the configuration server will wait to acquire an HTTP connection. Use the `git.timeout` property (default is `5`). +You can configure the time, in seconds, that the configuration server will wait to acquire an HTTP or SSH connection. Use the `git.timeout` property (default is `5`). [source,yaml] ----