diff --git a/qdrant-landing/content/documentation/configuration.md b/qdrant-landing/content/documentation/configuration.md index d341ee653..64e9b2060 100644 --- a/qdrant-landing/content/documentation/configuration.md +++ b/qdrant-landing/content/documentation/configuration.md @@ -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