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:
parent
d0cc5b020b
commit
393e4f32de
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue