class documentation

Prefetch maintenance task.

This prefetches remote refs to keep the object database up-to-date.

Method run Prefetch remote refs.
Class Variable name Undocumented

Inherited from MaintenanceTask:

Method __init__ Initialize maintenance task.
Method default_enabled Return default enabled state for this task.
Method is_enabled Check if task is enabled in repository configuration.
Instance Variable auto Undocumented
Instance Variable progress Undocumented
Instance Variable repo Undocumented
def run(self) -> bool:

Prefetch remote refs.

Returns
boolTrue if successful, False otherwise