Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jan 18, 2025
1 parent d5e6a95 commit 8d671f7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ If enabled, calculates the `md5` hash for every downloaded file and store it in
| `bool` | `false` |

Deduped files are sent to the trash bin instead of being deleted

## `batch_hash_inserts`

| Type | Default |
|----------------|----------|
| `bool` | `false` |

Advanced setting for how to handle insertions/updates of hashes into the database
When true excecutemany is used instead of individual execute, which can improve performance
however this does mean all hashes must be calculated before the database is updated

0 comments on commit 8d671f7

Please sign in to comment.