|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for the prefetch manager. More...
#include <prefetch_types.h>

Public Attributes | |
| bool | enabled {true} |
| Enable prefetch functionality. | |
| std::chrono::seconds | worklist_check_interval {300} |
| Worklist polling interval. | |
| size_t | max_concurrent_prefetch {4} |
| Max concurrent prefetch jobs. | |
| bool | deduplicate_requests {true} |
| Deduplicate pending requests. | |
Configuration for the prefetch manager.
Definition at line 187 of file prefetch_types.h.
| bool kcenon::pacs::client::prefetch_manager_config::deduplicate_requests {true} |
Deduplicate pending requests.
Definition at line 191 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::prefetch_study().
| bool kcenon::pacs::client::prefetch_manager_config::enabled {true} |
| size_t kcenon::pacs::client::prefetch_manager_config::max_concurrent_prefetch {4} |
| std::chrono::seconds kcenon::pacs::client::prefetch_manager_config::worklist_check_interval {300} |
Worklist polling interval.
Definition at line 189 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::worklist_monitor_loop().