feat: export tar ball at the end of an instance crawl

This commit is contained in:
Aravinth Manivannan 2022-05-19 19:31:41 +05:30
parent c7d7f9ec8a
commit 0fe3c8f619

View file

@ -89,6 +89,7 @@ impl Ctx {
sleep_fut.await.unwrap();
page += 1;
}
federate.tar().await.unwrap();
}
}