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
b939f3db65
commit
203c3041d2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@ pub struct Value {
|
||||||
pub struct Index {
|
pub struct Index {
|
||||||
index: HashMap<String, Value>,
|
index: HashMap<String, Value>,
|
||||||
/// 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 the index value in memory only when it is in use by the argument options.
|
/// Store the index value in memory only when it is in use by the init options
|
||||||
has_name: bool,
|
has_name: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue