0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

modules/client/sync: Add comment on the phased sync arg.

This commit is contained in:
Jason Volk 2019-07-12 13:44:09 -07:00
parent d0cc5b020b
commit 393e4f32de

View file

@ -97,6 +97,9 @@ struct ircd::m::sync::args
request.query.get("set_presence", true)
};
/// (non-spec) Controls whether to enable phased-polylog-initial-sync, also
/// known as Crazy-Loading. This is enabled by default, but a query string
/// of `?phased=0` will disable it for synapse-like behavior.
bool phased
{
request.query.get("phased", true)