mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 01:26:58 +01:00
modules/conf: Prefetch on init.
This commit is contained in:
parent
7d6180dd23
commit
ca681b8c3c
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ init_conf_items()
|
||||||
conf_room, &fopts
|
conf_room, &fopts
|
||||||
};
|
};
|
||||||
|
|
||||||
|
state.prefetch("ircd.conf.item");
|
||||||
state.for_each("ircd.conf.item", []
|
state.for_each("ircd.conf.item", []
|
||||||
(const m::event &event)
|
(const m::event &event)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue