0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd:Ⓜ️:dbs: Checkpoint cache size default tweaks.

This commit is contained in:
Jason Volk 2018-05-04 15:03:52 -07:00
parent 66a4d52a93
commit 546e57915b

View file

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