mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd::ios: Increase default emption frequency.
This commit is contained in:
parent
c3139403c7
commit
b924da17a4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ decltype(ircd::ios::empt::freq)
|
|||
ircd::ios::empt::freq
|
||||
{
|
||||
{ "name", "ircd.ios.empt.freq" },
|
||||
{ "default", 32L },
|
||||
{ "default", 512 },
|
||||
{ "help", freq_help },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue