Merge pull request #1581 from matrix-org/erikj/limit_txn_size
Specify a limit on the number of EDUs and PDUs a transaction can contain
This commit is contained in:
commit
7327656965
3 changed files with 5 additions and 3 deletions
|
@ -262,6 +262,8 @@ of Transaction messages, which are encoded as JSON objects, passed over an HTTP
|
|||
PUT request. A Transaction is meaningful only to the pair of homeservers that
|
||||
exchanged it; they are not globally-meaningful.
|
||||
|
||||
Transactions are limited in size; they can have at most 50 PDUs and 100 EDUs.
|
||||
|
||||
{{transactions_ss_http_api}}
|
||||
|
||||
PDUs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue