Regenerate OpenAPI

This commit is contained in:
2026-06-25 15:56:44 +02:00
parent a02fd19af4
commit 51bfb57782
6 changed files with 36 additions and 17 deletions
+2
View File
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
**send_buffer_size** | **int** | Send buffer size for TCP/IP socket | [optional]
**image_socket** | **str** | tcp://<IP address>:<port> 0.0.0.0 instead of IP address is accepted and means listening on all network interfaces | [optional]
**nwriters** | **int** | Number of TCP/IP writers to be used for streaming images | [optional] [default to 32]
**peer_liveness_timeout_ms** | **int** | Max time (in milliseconds) a send may block with no sign of life from the writer (no BUSY heartbeat or ACK) before the connection is declared dead. Optional; the built-in default is used when unset. | [optional]
**max_backpressure_timeout_ms** | **int** | Hard upper bound (in milliseconds) on backpressure: if no bytes can be sent to the writer for this long the connection is declared dead even while the writer keeps heartbeating, so a wedged writer cannot block the run or its finalization. Optional; the built-in default is used when unset. | [optional]
## Example