Skip to content

Commit c84235a

Browse files
committed
Add default timeouts
1 parent bc151f9 commit c84235a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

specification/streams/logs_disable/StreamsLogsDisableRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ export interface Request extends RequestBase {
4040
/**
4141
* The period to wait for a connection to the master node.
4242
* If no response is received before the timeout expires, the request fails and returns an error.
43+
*
44+
* @server_default 30s
4345
*/
4446
master_timeout?: Duration
4547
/**
4648
* The period to wait for a response.
4749
* If no response is received before the timeout expires, the request fails and returns an error.
50+
*
51+
* @server_default 30s
4852
*/
4953
timeout?: Duration
5054
}

specification/streams/logs_enable/StreamsLogsEnableRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@ export interface Request extends RequestBase {
4444
/**
4545
* The period to wait for a connection to the master node.
4646
* If no response is received before the timeout expires, the request fails and returns an error.
47+
*
48+
* @server_default 30s
4749
*/
4850
master_timeout?: Duration
4951
/**
5052
* The period to wait for a response.
5153
* If no response is received before the timeout expires, the request fails and returns an error.
54+
*
55+
* @server_default 30s
5256
*/
5357
timeout?: Duration
5458
}

specification/streams/status/StreamsStatusRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface Request extends RequestBase {
3939
query_parameters: {
4040
/**
4141
* Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
42+
*
4243
* @server_default 30s
4344
*/
4445
master_timeout?: TimeUnit

0 commit comments

Comments
 (0)