Skip to content

Commit

Permalink
Update OCP
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-command committed Oct 12, 2024
1 parent 33613ef commit b83c3e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions OCP/Http/Client/IClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
* @since 8.1.0
*/
interface IClient {

/**
* Default request timeout for requests
*
* @since 31.0.0
*/
public const DEFAULT_REQUEST_TIMEOUT = 30;

/**
* Sends a GET request
* @param string $uri
Expand Down

0 comments on commit b83c3e4

Please sign in to comment.