0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

modules/m_room_bootstrap: Fetch federation keys for state events concurrently.

This commit is contained in:
Jason Volk 2019-09-04 13:17:28 -07:00
parent 6586a9e084
commit 794ef036e1

View file

@ -435,6 +435,8 @@ void
ircd::m::bootstrap::eval_state(const json::array &state)
try
{
fetch_keys(state);
log::info
{
log, "Evaluating %zu state events...",