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

Public Attributes | |
| size_t | max_concurrent_syncs {2} |
| Max parallel syncs. | |
| std::chrono::seconds | comparison_timeout {300} |
| Timeout for compare. | |
| bool | auto_resolve_conflicts {false} |
| Auto-resolve conflicts. | |
| conflict_resolution | default_resolution {conflict_resolution::prefer_remote} |
Configuration for the sync manager.
Definition at line 315 of file sync_types.h.
| bool kcenon::pacs::client::sync_manager_config::auto_resolve_conflicts {false} |
Auto-resolve conflicts.
Definition at line 318 of file sync_types.h.
Referenced by kcenon::pacs::client::sync_manager::impl::perform_sync().
| std::chrono::seconds kcenon::pacs::client::sync_manager_config::comparison_timeout {300} |
| conflict_resolution kcenon::pacs::client::sync_manager_config::default_resolution {conflict_resolution::prefer_remote} |
Definition at line 319 of file sync_types.h.
Referenced by kcenon::pacs::client::sync_manager::impl::perform_sync().
| size_t kcenon::pacs::client::sync_manager_config::max_concurrent_syncs {2} |