OpenAPI: Add blocking indexing thread pool option
This commit is contained in:
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
|
||||
**rotation_indexing** | **bool** | | [default to False]
|
||||
**rotation_indexing_min_angular_range_deg** | **float** | | [default to 20.0]
|
||||
**rotation_indexing_angular_stride_deg** | **float** | | [default to 0.5]
|
||||
**blocking** | **bool** | Indexing in Jungfraujoch goes with a dedicated thread pool. If set to false, the thread pool is non-blocking, i.e. if there are no threads available, image indexing will be skipped. If set to true, the thread pool will block until a thread is available. | [optional] [default to False]
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user