Update replication.rst

This commit is contained in:
Mark Haines 2016-04-12 15:53:45 +01:00
parent aa5ce4d450
commit 10ebbaea2e

View file

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