Commit Graph
4 Commits
Author SHA1 Message Date
David Dallakyan 30dd5897da docs: correct config.yaml comments for workers, gRPC, and HTTP timeouts (#10234)
max_workers: 0 is cores minus one (minimum 1), not all cores. gRPC ships
on 6334; commenting the key in an overlay does not disable it. Document
the HTTP timeout defaults already asserted in test_default_config, and
wal_retain_closed.
2026-09-03 12:41:06 +02:00
David Dallakyan 4a84036893 docs(segment): fix leftover mmap_* rustdoc after on_disk rename (#10232)
Point geo OnDiskGeoIndex at on_disk_geo_index and payload storage at
PayloadStorageImpl. The mmap_* modules were renamed and no longer exist.
2026-09-03 12:41:02 +02:00
David Dallakyan 21606bd2dd docs(collection): align SnapshotRecover.priority rustdoc with SnapshotPriority (#10233)
Replica prefers existing replica data, then this peer is synchronized from
other replicas — not from the snapshot. Also fix the "if will" typo.
2026-09-03 12:41:02 +02:00
David Dallakyan bf4cecb972 add missing timeout parameter for get point API (#10235)
GET /collections/{name}/points/{id} already accepts ReadParams.timeout;
OpenAPI only documented consistency. Match the POST /points query parameters.
2026-09-03 12:41:01 +02:00