This commit is contained in:
		| @@ -702,7 +702,7 @@ auto base_provider::start(api_item_added_callback api_item_added, | ||||
|  | ||||
|   polling::instance().set_callback({"check_deleted", polling::frequency::low, | ||||
|                                     [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(); }}); | ||||
|   return true; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user