From 8d671f784ad77e83883721b6028e5a7e8f6ac007 Mon Sep 17 00:00:00 2001 From: datawhores Date: Sat, 18 Jan 2025 13:56:49 -0600 Subject: [PATCH] docs: update documentation --- .../settings/dupe_cleanup_options.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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