mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/console: Remove cruft.
This commit is contained in:
parent
c89ddc4cbf
commit
cdb0df84b8
1 changed files with 0 additions and 7 deletions
|
@ -7021,13 +7021,6 @@ console_cmd__events__state(opt &out, const string_view &line)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
conf::item<size_t>
|
|
||||||
events_dump_buffer_size
|
|
||||||
{
|
|
||||||
{ "name", "ircd.console.events.dump.buffer_size" },
|
|
||||||
{ "default", int64_t(4_MiB) },
|
|
||||||
};
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
console_cmd__events__dump(opt &out, const string_view &line)
|
console_cmd__events__dump(opt &out, const string_view &line)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue