diff --git a/docs/reference/configuration-options/settings/dupe_cleanup_options.md b/docs/reference/configuration-options/settings/dupe_cleanup_options.md index eebec836b..ebf70ec4f 100644 --- a/docs/reference/configuration-options/settings/dupe_cleanup_options.md +++ b/docs/reference/configuration-options/settings/dupe_cleanup_options.md @@ -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