Merged PR 210: Fix app.properties
Fix app.properties
This commit is contained in:
@@ -82,7 +82,9 @@ spring.security.oauth2.resourceserver.jwt.issuer-uri= https://sts.windows.net/e0
|
|||||||
# SPRING AI RETRY / TIMEOUTS
|
# SPRING AI RETRY / TIMEOUTS
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
spring.ai.retry.max-attempts=3
|
spring.ai.retry.max-attempts=3
|
||||||
spring.ai.retry.backoff=2000 # 2 seconds
|
spring.ai.retry.backoff.delay=2000 # 2 seconds
|
||||||
|
spring.ai.retry.backoff.max-delay=20000 # 20 seconds
|
||||||
|
spring.ai.retry.backoff.multiplier=2.0 # default multiplier
|
||||||
|
|
||||||
# Timeout for HTTP clients used by Spring AI / Chroma
|
# Timeout for HTTP clients used by Spring AI / Chroma
|
||||||
spring.ai.vectorstore.http.connect-timeout=10000 # 10 seconds
|
spring.ai.vectorstore.http.connect-timeout=10000 # 10 seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user