0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

construct: Truncate comment.

This commit is contained in:
Jason Volk 2018-05-28 19:28:55 -07:00
parent a1a3c60277
commit bef69d9864

View file

@ -351,9 +351,7 @@ try
// This signal handler (though not a *real* signal handler) is still
// running on the main async stack and not an ircd::ctx. The rehash
// function does a lot of IO so it requires an ircd::ctx. Note that
// because this is the main stack, the ircd::context{} will return
// immediately (no waiting/join can occur) but will execute later.
// function does a lot of IO so it requires an ircd::ctx.
ircd::context{[]
{
ircd::m::import<void ()> rehash_conf