From a2a27a8e457d89d8d6f0969b1e0a333bc2327bae Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 29 Mar 2026 15:02:10 +0200 Subject: [PATCH] config: fix typo --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index b5688225..3d2b3b20 100644 --- a/config +++ b/config @@ -31,7 +31,7 @@ # Max resource size (bytes), default: 10 Mbyte # Limited to 80% of max_content_length to cover plain base64 encoded payload # Announced to clients requesting "max-resource-size" via PROPFIND -#max_ressource_size = 10000000 +#max_resource_size = 10000000 # Socket timeout (seconds) #timeout = 30