docs(-): git.timeout default is 5 (#2079)

This commit is contained in:
Seunggabi Kim
2022-11-03 09:29:47 +09:00
committed by GitHub
parent e25dd08dbf
commit cfb714b288

View File

@@ -137,7 +137,7 @@ spring:
===== Setting HTTP 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.
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`).
[source,yaml]
----