mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:dbs: Checkpoint changes to default cache sizes (un-conf'ed) for now.
This commit is contained in:
parent
d912400f32
commit
e889c54bc3
1 changed files with 2 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ ircd::m::dbs::desc::events_content
|
|||
{},
|
||||
|
||||
// cache size
|
||||
16_MiB, //TODO: conf
|
||||
32_MiB, //TODO: conf
|
||||
|
||||
// cache size for compressed assets
|
||||
8_MiB, //TODO: conf
|
||||
|
@ -1885,7 +1885,7 @@ ircd::m::dbs::desc::events_prev_events
|
|||
{},
|
||||
|
||||
// cache size
|
||||
16_MiB, //TODO: conf
|
||||
24_MiB, //TODO: conf
|
||||
|
||||
// cache size for compressed assets
|
||||
8_MiB, //TODO: conf
|
||||
|
|
Loading…
Reference in a new issue