Skip to content

Commit 2d11af5

Browse files
KShivenduxzfc
authored andcommitted
update comments
1 parent 0111cdb commit 2d11af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/storage/src/content_manager/collection_meta_ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pub struct UpdateCollection {
242242
/// HNSW parameters to update for the collection index. If none - it is left unchanged.
243243
#[validate(nested)]
244244
pub hnsw_config: Option<HnswConfigDiff>,
245-
/// WAL parameters for the collection. If none - it is left unchanged.
245+
/// WAL parameters for the collection. Changes are effective only on Qdrant restart. If none - it is left unchanged.
246246
#[validate(nested)]
247247
pub wal_config: Option<WalConfigDiff>,
248248
/// Quantization parameters to update. If none - it is left unchanged.

0 commit comments

Comments
 (0)