mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update comment
This commit is contained in:
parent
e5e4dd0ae6
commit
b939f3db65
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue