0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-14 00:34:18 +01:00

modules/conf: Prefetch on init.

This commit is contained in:
Jason Volk 2019-08-24 19:35:50 -07:00
parent 7d6180dd23
commit ca681b8c3c

View file

@ -182,6 +182,7 @@ init_conf_items()
conf_room, &fopts
};
state.prefetch("ircd.conf.item");
state.for_each("ircd.conf.item", []
(const m::event &event)
{