Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,19 @@ Set this property to true if you want to enable debug logging for SMB access.
'dav.enable.async' => false,
....

=== Allow propfind depth infinity

With this setting that defaults to true, propfind requests will now be streamed to reduce memory usage
with large responses. It tells the clients whether `depth=infinity` is allowed for propfind requests.
For details see: https://datatracker.ietf.org/doc/html/rfc4918#section-10.2

==== Code Sample

[source,php]
....
'dav.propfind.depth_infinity' => true,
....

=== Show the grace period popup
Decide whether show or not the grace period popup. There is no change in the
behaviour of the grace period.
Expand Down