update comment

This commit is contained in:
yggverse 2025-07-07 02:46:00 +03:00
parent e5e4dd0ae6
commit b939f3db65

View file

@ -14,8 +14,7 @@ pub struct Index {
/// Track index changes to prevent extra disk write operations (safe SSD life) /// Track index changes to prevent extra disk write operations (safe SSD life)
/// * useful in the static RSS feed generation case, if enabled. /// * useful in the static RSS feed generation case, if enabled.
is_changed: bool, is_changed: bool,
/// Store index value in memory only on it is in use /// Store the index value in memory only when it is in use by the argument options.
/// by the externally defined argument options.
has_name: bool, has_name: bool,
} }