Complete ring buffer and direct download support #26

This commit is contained in:
Scott E. Graves 2024-12-22 13:44:50 -06:00
parent 49fa2e6637
commit 9bead305cf

View File

@ -466,8 +466,8 @@ auto file_manager::open(
? config_.get_download_timeout_secs()
: 0U;
auto type = get_download_type(config_.get_preferred_download_type());
event_system::instance().raise<download_type_selected>(fsi.api_path,
fsi.source_path);
event_system::instance().raise<download_type_selected>(
fsi.api_path, fsi.source_path, type);
switch (type) {
case repertory::download_type::direct: {