feat: export tar ball at the end of an instance crawl
This commit is contained in:
parent
c7d7f9ec8a
commit
0fe3c8f619
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ impl Ctx {
|
|||
sleep_fut.await.unwrap();
|
||||
page += 1;
|
||||
}
|
||||
federate.tar().await.unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue