From 03a766be6359e321f9c67e3869e528080f7aedf1 Mon Sep 17 00:00:00 2001 From: Martin Tranberg Date: Sun, 29 Mar 2026 19:56:07 +0200 Subject: [PATCH] =?UTF-8?q?Opdat=C3=A9r=20template=20med=20nye=20hash-vari?= =?UTF-8?q?abler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tilføjer ENABLE_HASH_VALIDATION og HASH_THRESHOLD_MB til connection_info.template.txt --- connection_info.template.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/connection_info.template.txt b/connection_info.template.txt index aef9395..9d4403a 100644 --- a/connection_info.template.txt +++ b/connection_info.template.txt @@ -5,3 +5,7 @@ SITE_URL = "*** INPUT SHAREPOINT SITE URL HERE ***" DOCUMENT_LIBRARY = "*** INPUT DOCUMENT LIBRARY NAME HERE (e.g. Documents) ***" FOLDERS_TO_DOWNLOAD = "*** INPUT FOLDERS TO DOWNLOAD (Comma separated). LEAVE EMPTY TO DOWNLOAD ENTIRE LIBRARY ***" LOCAL_PATH = "*** INPUT LOCAL DESTINATION PATH HERE ***" + +# Hash Validation Settings +ENABLE_HASH_VALIDATION = "True" +HASH_THRESHOLD_MB = "30"