mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 06:28:30 +02:00
docs auto-sync
This commit is contained in:
@@ -183,14 +183,6 @@ cluster:
|
||||
# Set to true to prevent service from sending usage statistics to the developers.
|
||||
# Read more: https://qdrant.tech/documentation/telemetry
|
||||
telemetry_disabled: false
|
||||
```
|
||||
|
||||
## Validation
|
||||
|
||||
*Available since v1.1.1*
|
||||
|
||||
The configuration is validated on startup. If a configuration is loaded but
|
||||
validation fails, a warning is logged. E.g.:
|
||||
|
||||
|
||||
# TLS configuration.
|
||||
@@ -212,6 +204,15 @@ tls:
|
||||
# Required if cluster.p2p.enable_tls is true.
|
||||
ca_cert: ./tls/cacert.pem
|
||||
```
|
||||
|
||||
## Validation
|
||||
|
||||
*Available since v1.1.1*
|
||||
|
||||
The configuration is validated on startup. If a configuration is loaded but
|
||||
validation fails, a warning is logged. E.g.:
|
||||
|
||||
```
|
||||
WARN Settings configuration file has validation errors:
|
||||
WARN - storage.optimizers.memmap_threshold: value 123 invalid, must be 1000 or larger
|
||||
WARN - storage.hnsw_index.m: value 1 invalid, must be from 4 to 10000
|
||||
|
||||
Reference in New Issue
Block a user