Disable resumption

This commit is contained in:
Pascal Engélibert 2025-12-01 17:04:06 +01:00
commit 9bb6e4fe9d
5 changed files with 152 additions and 10 deletions

View file

@ -94,6 +94,7 @@ static RECORDS: StaticCell<Records> = StaticCell::new();
#[tokio::main]
async fn main() {
env_logger::init();
let opt: Opt = argp::parse_args_or_exit(argp::DEFAULT);
match opt.subcommand {