0
0
Fork 0
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:
Jason Volk 2019-04-08 06:54:54 -07:00
parent 77b4ea969f
commit e9a6f2ec92

View file

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