Skip to content

Commit

Permalink
Update documentation for sql plugin (#4787)
Browse files Browse the repository at this point in the history
Max open connections default value was changed in #4656 to 100

Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
  • Loading branch information
sorindumitru authored Jan 10, 2024
1 parent fb7eaed commit 4b15b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugin_server_datastore_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `sql` plugin implements SQL based data storage for the SPIRE server using SQ
| root_ca_path | Path to Root CA bundle (MySQL only) |
| client_cert_path | Path to client certificate (MySQL only) |
| client_key_path | Path to private key for client certificate (MySQL only) |
| max_open_conns | The maximum number of open db connections (default: unlimited) |
| max_open_conns | The maximum number of open db connections (default: 100) |
| max_idle_conns | The maximum number of idle connections in the pool (default: 2) |
| conn_max_lifetime | The maximum amount of time a connection may be reused (default: unlimited) |
| disable_migration | True to disable auto-migration functionality. Use of this flag allows finer control over when datastore migrations occur and coordination of the migration of a datastore shared with a SPIRE Server cluster. Only available for databases from SPIRE Code version 0.9.0 or later. |
Expand Down

0 comments on commit 4b15b04

Please sign in to comment.