0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:Ⓜ️:room::state: Courtesy yield after iteration.

This commit is contained in:
Jason Volk 2019-08-24 19:45:26 -07:00
parent ca681b8c3c
commit 9b26a9789e

View file

@ -251,6 +251,7 @@ ircd::m::room::state::prefetch(const state &state,
ret += m::prefetch(event_idx, fopts);
}});
ctx::yield();
return ret;
}