mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-24 04:01:37 +01:00
The cassandra backend now supports a configurable connect timeout. The timeout is configured using the connect_timeout parameter in the session configuration. Also align the timeout to 5 seconds which is the default for the Python and Java drivers. Fixes #1538