Clean-up of OpenAPI code

This commit is contained in:
2026-06-18 14:29:53 +02:00
parent 1558dddbb8
commit d0a1175c65
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**image_buffer_mi_b** | **int** | Size of internal buffer in MiB for images before they are sent to a stream | [optional] [default to 2048]
**verbose** | **bool** | Print extra debug information | [optional] [default to False]
**receiver_threads** | **int** | Number of threads used by the receiver | [optional] [default to 64]
**numa_policy** | **str** | NUMA policy to bind CPUs | [optional]
**numa_policy** | **str** | Ignored value | [optional]
**frontend_directory** | **str** | Location of built JavaScript web frontend |
**spot_finding** | [**SpotFindingSettings**](SpotFindingSettings.md) | | [optional]
**image_pusher** | [**ImagePusherType**](ImagePusherType.md) | | [default to ImagePusherType.NONE]