diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-01 16:26:42 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-01 16:26:42 +0000 |
commit | 64346be26de92860b7c2b22edc3ffa740beee3d0 (patch) | |
tree | dfc78650bd630bb06dcd64e9178f06d2e9fbcd84 /synapse/replication/slave/storage/events.py | |
parent | Remove unused variables (diff) | |
parent | Merge pull request #2923 from matrix-org/erikj/stream_ago_worker (diff) | |
download | synapse-64346be26de92860b7c2b22edc3ffa740beee3d0.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_stream_store
Diffstat (limited to 'synapse/replication/slave/storage/events.py')
-rw-r--r-- | synapse/replication/slave/storage/events.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/replication/slave/storage/events.py b/synapse/replication/slave/storage/events.py index 517a9f0ec6..ec634c1bf9 100644 --- a/synapse/replication/slave/storage/events.py +++ b/synapse/replication/slave/storage/events.py @@ -53,8 +53,6 @@ class SlavedEventStore(RoomMemberWorkerStore, EventPushActionsWorkerStore, super(SlavedEventStore, self).__init__(db_conn, hs) - self.stream_ordering_month_ago = 0 - # Cached functions can't be accessed through a class instance so we need # to reach inside the __dict__ to extract them. get_latest_event_ids_in_room = EventFederationStore.__dict__[ |