mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
Instead of parsing the full response to `/send_join` into Python objects (which can be huge for large rooms) and *then* parsing that into events, we instead use ijson to stream parse the response directly into `EventBase` objects.
1 line
67 B
Gherkin
1 line
67 B
Gherkin
Reduce memory usage when joining very large rooms over federation.
|