mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
modules/client/sync: Disable phased sync by default for now until stable.
This commit is contained in:
parent
77b4ea969f
commit
e9a6f2ec92
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ decltype(ircd::m::sync::polylog_phased)
|
||||||
ircd::m::sync::polylog_phased
|
ircd::m::sync::polylog_phased
|
||||||
{
|
{
|
||||||
{ "name", "ircd.client.sync.polylog.phased" },
|
{ "name", "ircd.client.sync.polylog.phased" },
|
||||||
{ "default", true },
|
{ "default", false },
|
||||||
|
{ "persist", false },
|
||||||
};
|
};
|
||||||
|
|
||||||
decltype(ircd::m::sync::polylog_only)
|
decltype(ircd::m::sync::polylog_only)
|
||||||
|
|
Loading…
Reference in a new issue