0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

modules/client/sync: Prefetching defaults to false for now.

This commit is contained in:
Jason Volk 2018-12-23 17:41:47 -08:00
parent 956a8e239c
commit 3fd61ba361

View file

@ -639,14 +639,14 @@ ircd::conf::item<bool>
ircd::m::sync::polylog::prefetch_state
{
{ "name", "ircd.client.sync.polylog.prefetch.state" },
{ "default", true },
{ "default", false },
};
ircd::conf::item<bool>
ircd::m::sync::polylog::prefetch_timeline
{
{ "name", "ircd.client.sync.polylog.prefetch.timeline" },
{ "default", true },
{ "default", false },
};
bool