mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 12:56:38 -05:00
Initial cut
This commit is contained in:
parent
9e7900da1e
commit
e5999bfb1a
16 changed files with 1004 additions and 1207 deletions
|
|
@ -130,9 +130,11 @@ class StreamIdGenerator(object):
|
|||
|
||||
return manager()
|
||||
|
||||
def get_max_token(self, store):
|
||||
def get_max_token(self, *args):
|
||||
"""Returns the maximum stream id such that all stream ids less than or
|
||||
equal to it have been successfully persisted.
|
||||
|
||||
Used to take a DataStore param, which is no longer needed.
|
||||
"""
|
||||
with self._lock:
|
||||
if self._unfinished_ids:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue