mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-26 22:37:19 -05:00
The function is used for two purposes: 1) for subscribers of streams to get a token they can use to get further updates with, and 2) for replication to track position of the writers of the stream. For streams with a single writer the two scenarios produce the same result, however the situation becomes complicated for streams with multiple writers. The current `MultiWriterIdGenerator` does not correctly handle the first case (which is not an issue as its only used for the `caches` stream which nothing subscribes to outside of replication). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| _slaved_id_tracker.py | ||
| account_data.py | ||
| appservice.py | ||
| client_ips.py | ||
| deviceinbox.py | ||
| devices.py | ||
| directory.py | ||
| events.py | ||
| filtering.py | ||
| groups.py | ||
| keys.py | ||
| presence.py | ||
| profile.py | ||
| push_rule.py | ||
| pushers.py | ||
| receipts.py | ||
| registration.py | ||
| room.py | ||
| transactions.py | ||