mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Update replication.rst
This commit is contained in:
parent
aa5ce4d450
commit
10ebbaea2e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ then either responds with updates immediately if it already has updates or it
|
|||
waits until the timeout for more updates. If the timeout expires and nothing
|
||||
happened then the server returns an empty response.
|
||||
|
||||
However until the /sync API this replication API is returning synapse specific
|
||||
However unlike the /sync API this replication API is returning synapse specific
|
||||
data rather than trying to implement a matrix specification. The replication
|
||||
results are returned as arrays of rows where the rows are mostly lifted
|
||||
directly from the database. This avoids unnecessary JSON parsing on the server
|
||||
|
|
Loading…
Reference in a new issue