From ea1df00161e569829b57da4489d9840ed263c419 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 19 Oct 2025 18:55:16 +0200 Subject: [PATCH] strict_preconditions: new config option / example config --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 70c2343e..77df29b9 100644 --- a/config +++ b/config @@ -242,6 +242,9 @@ # Skip broken item instead of triggering an exception #skip_broken_item = True +# Strict preconditions check on PUT +#strict_preconditions = False + # Command that is run after changes to storage, default is emtpy # Supported placeholders: # %(user)s: logged-in user