synapse-product/synapse/replication
Patrick Cloke aec294ee0d
Use slots in attrs classes where possible (#8296)
slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
2020-09-14 12:50:06 -04:00
..
http Add experimental support for sharding event persister. Again. (#8294) 2020-09-14 10:16:41 +01:00
slave Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
tcp Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00