]> source.dussan.org Git - nextcloud-server.git/commit
feat(http-client): expose default request timeout constant to be used instead of... add-default-request-timeout-const 48639/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 10 Oct 2024 05:54:46 +0000 (07:54 +0200)
committerThomas Citharel <tcit@tcit.fr>
Fri, 11 Oct 2024 08:57:02 +0000 (10:57 +0200)
commitdcd27fd986427a8ccfbf0a9d01568cf7918b7659
tree6bd4336bc64e0071f3ced2a147677c9a6f28c503
parentd013a13eb5b546f2f02ea64a6d64e22eac79cd18
feat(http-client): expose default request timeout constant to be used instead of magic number 30

Will be used to set default where we are able to override the default timeout.

See https://github.com/nextcloud/server/pull/48418

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
lib/private/Files/Storage/DAV.php
lib/private/Http/Client/Client.php
lib/public/Http/Client/IClient.php