mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-23 10:25:05 +00:00
db: improve content hashing; cache only positive scan result
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If8035bf1dcd598a992762b9c714253406a6a6964
This commit is contained in:
parent
0865a1f139
commit
373affabee
4 changed files with 115 additions and 19 deletions
|
|
@ -38,6 +38,7 @@ impl StoreCommand for SqliteClipboardDb {
|
|||
Some(excluded_apps),
|
||||
min_size,
|
||||
max_size,
|
||||
None, // no pre-computed hash for CLI store
|
||||
)?;
|
||||
log::info!("Entry stored");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue