add new option max_resource_size

This commit is contained in:
Peter Bieringer
2025-12-11 22:53:02 +01:00
parent e66d83cd84
commit bc2a14481f
3 changed files with 21 additions and 0 deletions

5
config
View File

@@ -25,6 +25,11 @@
# In case of using a reverse proxy in front of check also there related option
#max_content_length = 100000000
# 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
# Socket timeout (seconds)
#timeout = 30