| Name | Description | Default value |
|---|---|---|
| secdist_alias | Name of the key in secdist config. | <components name> |
| initial_pool_size | Number of connections created initially. | 5 |
| max_pool_size | Maximum number of created connections. | 10 |
| queue_timeout | Client waiting for a free connection time limit. | 1s |
| use_secure_connection | Whether to use TLS for connections. | true |
| compression | Compression method to use (none / lz4). | none |