mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
max_idle_connections added
This commit is contained in:
@@ -82,7 +82,8 @@ func TestBackend_config_connection(t *testing.T) {
|
||||
configData := map[string]interface{}{
|
||||
"value": "",
|
||||
"connection_url": "sample_connection_url",
|
||||
"max_open_connections": 7,
|
||||
"max_open_connections": 9,
|
||||
"max_idle_connections": 7,
|
||||
"verify_connection": false,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user