split large notary requests into batches

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-09 01:09:09 +00:00
parent 1ce3db727f
commit 10be301646
5 changed files with 71 additions and 36 deletions

View file

@ -110,6 +110,10 @@ where
{requested_servers} total servers; some events may not be verifiable"
);
}
for (server, key_ids) in missing {
debug_warn!(?server, ?key_ids, "missing");
}
}
#[implement(super::Service)]