mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd:Ⓜ️:dbs: Checkpoint cache size default tweaks.
This commit is contained in:
parent
66a4d52a93
commit
546e57915b
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ ircd::m::dbs::desc::events__event_idx
|
|||
{},
|
||||
|
||||
// cache size
|
||||
64_MiB, //TODO: conf
|
||||
96_MiB, //TODO: conf
|
||||
|
||||
// cache size for compressed assets
|
||||
16_MiB, //TODO: conf
|
||||
|
@ -1074,7 +1074,7 @@ ircd::m::dbs::desc::events_event_id
|
|||
{},
|
||||
|
||||
// cache size
|
||||
16_MiB, //TODO: conf
|
||||
32_MiB, //TODO: conf
|
||||
|
||||
// cache size for compressed assets
|
||||
8_MiB, //TODO: conf
|
||||
|
|
Loading…
Reference in a new issue