mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-23 05:36:28 -04:00
Comments
This commit is contained in:
parent
e54d7d536e
commit
b0d975e216
@ -31,6 +31,9 @@ MAX_STATE_DELTA_HOPS = 100
|
||||
|
||||
|
||||
class _GetStateGroupDelta(namedtuple("_GetStateGroupDelta", ("prev_group", "delta_ids"))):
|
||||
"""Return type of get_state_group_delta that implements __len__, which lets
|
||||
us use the itrable flag when caching
|
||||
"""
|
||||
__slots__ = []
|
||||
|
||||
def __len__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user