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:
parent
956a8e239c
commit
3fd61ba361
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue