forked from MirrorHub/synapse
Bump max_entries on get_destination_retry_timings
This commit is contained in:
parent
2aa39db681
commit
cce957e254
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class TransactionStore(SQLBaseStore):
|
||||||
|
|
||||||
return self.cursor_to_dict(txn)
|
return self.cursor_to_dict(txn)
|
||||||
|
|
||||||
@cached()
|
@cached(max_entries=10000)
|
||||||
def get_destination_retry_timings(self, destination):
|
def get_destination_retry_timings(self, destination):
|
||||||
"""Gets the current retry timings (if any) for a given destination.
|
"""Gets the current retry timings (if any) for a given destination.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue