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:
parent
a1a3c60277
commit
bef69d9864
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue