mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-16 04:08:57 -05:00
split large notary requests into batches
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1ce3db727f
commit
10be301646
5 changed files with 71 additions and 36 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue