Function run_manifest_update_loop

Source
pub async fn run_manifest_update_loop(
    store: Arc<DynObjectStore>,
    recv: Receiver<()>,
) -> Result<()>
Expand description

Writes the epochs existed in the store to the root MANIFEST (contains only a list of epochs in the store) every 300 seconds.