fix(vault): add S3 session timeout to prevent hanging
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user