update
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-01 19:17:00 -06:00
parent cb2089ccfe
commit 3cbe39784f

View File

@ -702,7 +702,7 @@ auto base_provider::start(api_item_added_callback api_item_added,
polling::instance().set_callback({"check_deleted", polling::frequency::low, polling::instance().set_callback({"check_deleted", polling::frequency::low,
[this]() { remove_deleted_files(false); }}); [this]() { remove_deleted_files(false); }});
polling::instance().set_callback({"drive_space", polling::frequency::high, polling::instance().set_callback({"drive_space", polling::frequency::low,
[this]() { update_used_drive_space(); }}); [this]() { update_used_drive_space(); }});
return true; return true;
} }