mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 11:33:51 +01:00
Typo
This commit is contained in:
parent
50f96f256f
commit
0ade2712d1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class StreamIdGenerator(object):
|
||||||
# ... persist event ...
|
# ... persist event ...
|
||||||
"""
|
"""
|
||||||
if not self._current_max:
|
if not self._current_max:
|
||||||
self._compute_current_max(txn)
|
self._get_or_compute_current_max(txn)
|
||||||
|
|
||||||
with self._lock:
|
with self._lock:
|
||||||
self._current_max += 1
|
self._current_max += 1
|
||||||
|
|
Loading…
Reference in a new issue