This commit is contained in:
parent
cb2089ccfe
commit
3cbe39784f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user