We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0111cdb commit 2d11af5Copy full SHA for 2d11af5
1 file changed
lib/storage/src/content_manager/collection_meta_ops.rs
@@ -242,7 +242,7 @@ pub struct UpdateCollection {
242
/// HNSW parameters to update for the collection index. If none - it is left unchanged.
243
#[validate(nested)]
244
pub hnsw_config: Option<HnswConfigDiff>,
245
- /// WAL parameters for the collection. If none - it is left unchanged.
+ /// WAL parameters for the collection. Changes are effective only on Qdrant restart. If none - it is left unchanged.
246
247
pub wal_config: Option<WalConfigDiff>,
248
/// Quantization parameters to update. If none - it is left unchanged.
0 commit comments