split large notary requests into batches
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user