fix(vault): add S3 session timeout to prevent hanging

This commit is contained in:
Story Crater Bot
2026-07-21 15:26:29 -07:00
parent b3017c525a
commit 5170921eea
+4
View File
@@ -169,3 +169,7 @@ serverTelemetry:
selectors: {} selectors: {}
interval: 30s interval: 30s
scrapeTimeout: 10s scrapeTimeout: 10s
# Add timeout to prevent hanging
max_parallel = "128"
s3_session_timeout = "5s"