0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️:dbs: Checkpoint changes to default cache sizes (un-conf'ed) for now.

This commit is contained in:
Jason Volk 2018-06-12 00:33:06 -07:00
parent d912400f32
commit e889c54bc3

View file

@ -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